fix tidy
This commit is contained in:
parent
cae17ff42b
commit
a7484d2e49
1 changed files with 6 additions and 1 deletions
|
@ -10,5 +10,10 @@ use run_make_support::{rustc, tmp_dir};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
rustc().input("panic-impl-provider.rs").run();
|
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…
Add table
Add a link
Reference in a new issue