This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5c7cf83739
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 13:34:00 -05:00
// needs-asm-support
tests: Add missing run-pass annotations
2019-07-26 16:54:25 -05: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-09 18:15:33 -06:00
use
std
::
arch
::
global_asm
;
Add global_asm tests
2017-03-21 23:47:25 -05:00
global_asm!
(
"
"
)
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink