Unverified Commit 3d0a439a authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #91

91: Add inline-asm build to CI, fix build r=dkhayes117 a=Disasm

https://github.com/rust-embedded/riscv/pull/86

 introduced new `asm!` syntax which is enabled with the `inline-asm` feature. However, it doesn't work with current nightly since `asm_const` unstable feature is not enabled. This PR fixes the problem and adds automatic checks to CI.

Co-authored-by: default avatarVadim Kaushan <admin@disasm.info>
parents 8357d8dd 0b28f192
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment