This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
f9567d0f2b
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