This commit is contained in:
Ralf Jung 2018-12-12 17:30:20 +01:00
parent b6a4556cb9
commit e6147ae67e

View file

@ -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."))
}
}