We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e7875 commit f595539Copy full SHA for f595539
tests/run-make/dump-ice-to-disk/rmake.rs
@@ -9,7 +9,7 @@
9
use run_make_support::{cwd, has_extension, has_prefix, rfs, rustc, shallow_find_files};
10
11
fn main() {
12
- rustc().input("lib.rs").arg("-Ztreat-err-as-bug=1").run_fail();
+ rustc().env("RUSTC_ICE", cwd()).input("lib.rs").arg("-Ztreat-err-as-bug=1").run_fail();
13
let default = get_text_from_ice(".").lines().count();
14
clear_ice_files();
15
0 commit comments