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 e336d04 commit 9e328daCopy full SHA for 9e328da
src/exercise.rs
@@ -38,6 +38,7 @@ impl Exercise {
38
Mode::Test => Command::new("rustc")
39
.args(&["--test", self.path.to_str().unwrap(), "-o", &temp_file()])
40
.args(RUSTC_COLOR_ARGS)
41
+ .args(&["--" "--nocapture"])
42
.output(),
43
}
44
.expect("Failed to run 'compile' command.")
0 commit comments