diff options
| author | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2019-11-13 12:57:58 -0800 |
|---|---|---|
| committer | Dylan MacKenzie <ecstaticmorse@gmail.com> | 2019-11-15 10:33:52 -0800 |
| commit | 9a2e53a7b385c3fbb0621a5a34e702f81a12342a (patch) | |
| tree | e1ace8fd866a3096f5e7715a2f6dc16f81a5c2f7 | |
| parent | d1f0ef527ce589092e2afb5c635fb47278bf2905 (diff) | |
| download | rust-9a2e53a7b385c3fbb0621a5a34e702f81a12342a.tar.gz rust-9a2e53a7b385c3fbb0621a5a34e702f81a12342a.zip | |
Remove -Z flag for suppressing validation mismatch ICE
| -rw-r--r-- | src/librustc/session/config.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs index 4a14960aa69..4474b008c79 100644 --- a/src/librustc/session/config.rs +++ b/src/librustc/session/config.rs @@ -1373,8 +1373,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options, "describes how to render the `rendered` field of json diagnostics"), unleash_the_miri_inside_of_you: bool = (false, parse_bool, [TRACKED], "take the breaks off const evaluation. NOTE: this is unsound"), - suppress_const_validation_back_compat_ice: bool = (false, parse_bool, [TRACKED], - "silence ICE triggered when the new const validator disagrees with the old"), osx_rpath_install_name: bool = (false, parse_bool, [TRACKED], "pass `-install_name @rpath/...` to the macOS linker"), sanitizer: Option<Sanitizer> = (None, parse_sanitizer, [TRACKED], |
