rust/library
bors 90a273b785 Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett
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`
2021-11-07 04:59:42 +00:00
..
2021-10-17 21:20:18 -04:00
2021-09-28 11:31:47 +09:00
2021-09-28 11:31:47 +09:00
2021-11-06 16:13:14 +01:00
2021-11-04 21:07:56 +01:00