This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
453b51a65ab00939d2dce3de24ce38489b5c7eb6
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 New Issue
Copy Permalink