We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
println!
eprintln!
1 parent a6289cc commit 82066d2Copy full SHA for 82066d2
tests/integration.rs
@@ -65,7 +65,7 @@ fn integration_test() {
65
match output.status.code() {
66
Some(code) => {
67
if code == 0 {
68
- eprintln!("Compilation successful");
+ println!("Compilation successful");
69
} else {
70
eprintln!("Compilation failed. Exit code: {}", code);
71
}
0 commit comments