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 16816aa commit a4bfcbeCopy full SHA for a4bfcbe
src/tools/miri/tests/compiletest.rs
@@ -72,7 +72,7 @@ fn test_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) ->
72
program.args.push(flag);
73
}
74
75
- let bless = env::var_os("RUSTC_BLESS").is_some_and(|v| v !="0");
+ let bless = env::var_os("RUSTC_BLESS").is_some_and(|v| v != "0");
76
let skip_ui_checks = env::var_os("MIRI_SKIP_UI_CHECKS").is_some();
77
78
let output_conflict_handling = match (bless, skip_ui_checks) {
0 commit comments