This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-30 18:53:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7dfb9eda25
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 18:34:00 +00:00
// needs-asm-support
tests: Add missing run-pass annotations
2019-07-26 21:54:25 +00: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-22 04:47:25 +00:00
global_asm!
(
"
"
)
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink