mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
90a273b785
Add features gates for experimental asm features This PR splits off parts of `asm!` into separate features because they are not ready for stabilization. Specifically this adds: - `asm_const` for `const` operands. - `asm_sym` for `sym` operands. - `asm_experimental_arch` for architectures other than x86, x86_64, arm, aarch64 and riscv. r? `@nagisa` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |