*oops*
This commit is contained in:
parent
b6a4556cb9
commit
e6147ae67e
1 changed files with 1 additions and 1 deletions
|
|
@ -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."))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue