We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dceba commit d8afff4Copy full SHA for d8afff4
tests/integration.rs
@@ -51,6 +51,8 @@ fn main() -> Result<()> {
51
"The system cannot find the file specified.",
52
"No such file or directory",
53
);
54
+ config.filter(r#"RUSTC_BOOTSTRAP=\"1\" "#, "");
55
+ config.filter(r#"RUSTC_ICE=\"0\" "#, "");
56
config.filter("RUSTC_BOOTSTRAP=\"1\" ", "");
57
config.filter("RUSTC_ICE=\"0\" ", "");
58
// The order of the `/deps` directory flag is flaky
0 commit comments