Skip to content

Commit c636d76

Browse files
committed
fix error
Signed-off-by: xizheyin <[email protected]>
1 parent d7e8b4e commit c636d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fn main() {
5757
test.run(&manifest)
5858
}
5959
Command::Clean(clean) => clean.run(&manifest),
60-
Command::Rustc(rustc) => {
60+
Command::Rustc(mut rustc) => {
6161
rustc.verbose |= cli.verbose;
6262
rustc.run(&manifest)
6363
}

0 commit comments

Comments
 (0)