This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d7d7a9a162
rust
/
tests
/
run-pass
/
hide_stdout.rs
6 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
Rename flag, datastructure and messaging around muting stdout and stderr
2022-04-26 04:33:20 -05:00
// compile-flags: -Zmiri-mute-stdout-stderr
Add a command line flag to avoid printing to stdout and stderr
2022-04-25 08:12:55 -05:00
fn
main
(
)
{
println!
(
"
cake
"
)
;
}
Reference in New Issue
Copy Permalink