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 d8afff4 commit 2cf53bcCopy full SHA for 2cf53bc
tests/integration.rs
@@ -51,8 +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\" "#, "");
+ config.filter(r#"RUSTC_BOOTSTRAP=\\"1\\" "#, "");
+ 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