mirror of https://github.com/rust-lang/rust.git
fix tidy
This commit is contained in:
parent
cae17ff42b
commit
a7484d2e49
|
@ -10,5 +10,10 @@ use run_make_support::{rustc, tmp_dir};
|
|||
|
||||
fn main() {
|
||||
rustc().input("panic-impl-provider.rs").run();
|
||||
rustc().input("panic-impl-consumer.rs").panic("abort").emit("llvm-ir").library_search_path(tmp_dir()).run();
|
||||
rustc()
|
||||
.input("panic-impl-consumer.rs")
|
||||
.panic("abort")
|
||||
.emit("llvm-ir")
|
||||
.library_search_path(tmp_dir())
|
||||
.run();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue