]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_session/options.rs
Rollup merge of #67867 - matthewjasper:opaque-assoc-lookup, r=oli-obk
[rust.git] / src / librustc_session / options.rs
index 656c1b019b2e2ead069151c9589be1316b61a693..4b5736adc17c3f0d4de30fed1499ece9bae4792a 100644 (file)
@@ -772,8 +772,6 @@ fn parse_symbol_mangling_version(
         "set the current terminal width"),
     panic_abort_tests: bool = (false, parse_bool, [TRACKED],
         "support compiling tests with panic=abort"),
-    continue_parse_after_error: bool = (false, parse_bool, [TRACKED],
-        "attempt to recover from parse errors (experimental)"),
     dep_tasks: bool = (false, parse_bool, [UNTRACKED],
         "print tasks that execute and the color their dep node gets (requires debug build)"),
     incremental: Option<String> = (None, parse_opt_string, [UNTRACKED],