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 9e328da commit bfcf38cCopy full SHA for bfcf38c
src/exercise.rs
@@ -38,7 +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"])
+ .args(&["--", "--nocapture"])
42
.output(),
43
}
44
.expect("Failed to run 'compile' command.")
0 commit comments