We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d3b05 commit a9f5fddCopy full SHA for a9f5fdd
tests/run-make/external-crate-panic-handle-no-lint/rmake.rs
@@ -8,10 +8,5 @@ use run_make_support::{rustc, tmp_dir};
8
9
fn main() {
10
rustc().input("panic.rs").run();
11
- rustc()
12
- .input("app.rs")
13
- .panic("abort")
14
- .emit("obj")
15
- .library_search_path(tmp_dir())
16
- .run();
+ rustc().input("app.rs").panic("abort").emit("obj").library_search_path(tmp_dir()).run();
17
}
0 commit comments