We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81141c commit 51cee15Copy full SHA for 51cee15
tests/ui/print_stderr.rs
@@ -2,5 +2,7 @@
2
3
fn main() {
4
eprintln!("Hello");
5
+ println!("This should not do anything");
6
eprint!("World");
7
+ print!("Nor should this");
8
}
0 commit comments