Skip to content

Commit 9a2e53a

Browse files
Remove -Z flag for suppressing validation mismatch ICE
1 parent d1f0ef5 commit 9a2e53a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/session/config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,8 +1373,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
13731373
"describes how to render the `rendered` field of json diagnostics"),
13741374
unleash_the_miri_inside_of_you: bool = (false, parse_bool, [TRACKED],
13751375
"take the breaks off const evaluation. NOTE: this is unsound"),
1376-
suppress_const_validation_back_compat_ice: bool = (false, parse_bool, [TRACKED],
1377-
"silence ICE triggered when the new const validator disagrees with the old"),
13781376
osx_rpath_install_name: bool = (false, parse_bool, [TRACKED],
13791377
"pass `-install_name @rpath/...` to the macOS linker"),
13801378
sanitizer: Option<Sanitizer> = (None, parse_sanitizer, [TRACKED],

0 commit comments

Comments
 (0)