This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9fc6b43126
os-rust
/
tests
/
ui
/
parallel-rustc
/
hello_world.rs
7 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ compile-flags: -Z threads=8
//@ run-pass
Add parallel rustc ui tests
2024-02-07 15:26:57 +08:00
fn
main
(
)
{
println!
(
"
Hello world!
"
)
;
}
Reference in a new issue
Copy permalink