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

Merge #99

99: Remove uses of unstable features and always use inline assembly r=Disasm a=taiki-e

Currently, the `inline-asm` feature uses unstable features, but by replacing the uses of asm_const with `concat!`+`stringify`, the uses of unstable features can be removed.

https://github.com/rust-embedded/riscv/blob/cd31989ba11d5d64e1addd8aab98bfb00dd927d5/src/lib.rs#L17-L18



Co-authored-by: default avatarTaiki Endo <te316e89@gmail.com>
parents cd31989b 6d06810e
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