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 75c0053 commit 9f61db5Copy full SHA for 9f61db5
src/verify.rs
@@ -65,6 +65,7 @@ fn compile_and_run_interactively(exercise: &Exercise) -> Result<bool, ()> {
65
Err(output) => {
66
warn!("Ran {} with errors", exercise);
67
println!("{}", output.stdout);
68
+ println!("{}", output.stderr);
69
return Err(());
70
}
71
};
0 commit comments