mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
*oops*
This commit is contained in:
@@ -366,7 +366,7 @@ fn main() {
|
||||
Err(ref e) => panic!("error during rustc call: {:?}", e),
|
||||
}
|
||||
} else {
|
||||
show_error!("Must be called with either `miri` or `rustc` as first argument.")
|
||||
show_error(format!("Must be called with either `miri` or `rustc` as first argument."))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user