1
Fork 0
rust/compiler/rustc_codegen_gcc/tests/run
Amanieu d'Antras 44a3a66ee8 Stabilize asm! and global_asm!
They are also removed from the prelude as per the decision in
https://github.com/rust-lang/rust/issues/87228.

stdarch and compiler-builtins are updated to work with the new, stable
asm! and global_asm! macros.
2021-12-12 11:20:03 +00:00
..
abort1.rs
abort2.rs
array.rs
asm.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
assign.rs
closure.rs
condition.rs
empty_main.rs
exit.rs
exit_code.rs
fun_ptr.rs
int_overflow.rs
mut_ref.rs
operations.rs
ptr_cast.rs
return-tuple.rs
slice.rs
static.rs
structs.rs
tuple.rs