rust/tests/run
Amanieu d'Antras eec5f919e7 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 Initial commit 2021-08-12 21:46:50 -04:00
abort2.rs Initial commit 2021-08-12 21:46:50 -04:00
array.rs Initial commit 2021-08-12 21:46:50 -04:00
asm.rs Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
assign.rs Initial commit 2021-08-12 21:46:50 -04:00
closure.rs Initial commit 2021-08-12 21:46:50 -04:00
condition.rs Initial commit 2021-08-12 21:46:50 -04:00
empty_main.rs Initial commit 2021-08-12 21:46:50 -04:00
exit_code.rs Initial commit 2021-08-12 21:46:50 -04:00
exit.rs Initial commit 2021-08-12 21:46:50 -04:00
fun_ptr.rs Initial commit 2021-08-12 21:46:50 -04:00
int_overflow.rs Initial commit 2021-08-12 21:46:50 -04:00
mut_ref.rs Initial commit 2021-08-12 21:46:50 -04:00
operations.rs Initial commit 2021-08-12 21:46:50 -04:00
ptr_cast.rs Initial commit 2021-08-12 21:46:50 -04:00
return-tuple.rs Initial commit 2021-08-12 21:46:50 -04:00
slice.rs Initial commit 2021-08-12 21:46:50 -04:00
static.rs Initial commit 2021-08-12 21:46:50 -04:00
structs.rs Initial commit 2021-08-12 21:46:50 -04:00
tuple.rs Initial commit 2021-08-12 21:46:50 -04:00