We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae17ff commit a7484d2Copy full SHA for a7484d2
tests/run-make/panic-impl-transitive/rmake.rs
@@ -10,5 +10,10 @@ use run_make_support::{rustc, tmp_dir};
10
11
fn main() {
12
rustc().input("panic-impl-provider.rs").run();
13
- rustc().input("panic-impl-consumer.rs").panic("abort").emit("llvm-ir").library_search_path(tmp_dir()).run();
+ rustc()
14
+ .input("panic-impl-consumer.rs")
15
+ .panic("abort")
16
+ .emit("llvm-ir")
17
+ .library_search_path(tmp_dir())
18
+ .run();
19
}
0 commit comments