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 d7e8b4e commit c636d76Copy full SHA for c636d76
bootstrap/src/main.rs
@@ -57,7 +57,7 @@ fn main() {
57
test.run(&manifest)
58
}
59
Command::Clean(clean) => clean.run(&manifest),
60
- Command::Rustc(rustc) => {
+ Command::Rustc(mut rustc) => {
61
rustc.verbose |= cli.verbose;
62
rustc.run(&manifest)
63
0 commit comments