This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
d855ca044d
rust
/
tests
/
ui
/
empty_global_asm.rs
9 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Fixup a few tests needing asm support
2022-10-19 11:34:00 -07:00
// needs-asm-support
tests: Add missing run-pass annotations
2019-07-27 00:54:25 +03:00
// run-pass
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-10 00:15:33 +00:00
use
std
::
arch
::
global_asm
;
Add global_asm tests
2017-03-21 23:47:25 -05:00
global_asm!
(
"
"
)
;
fn
main
(
)
{
}
Reference in a new issue
Copy permalink