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-24 07:44:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4bc891aebf
rust
/
tests
/
ui
/
empty_global_asm.rs
9 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ needs-asm-support
//@ run-pass
tests: Add missing run-pass annotations
2019-07-26 21:54:25 +00:00
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