We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unstable-options
1 parent ffb827a commit 7d41cbaCopy full SHA for 7d41cba
src/librustc/session/config.rs
@@ -1625,10 +1625,6 @@ pub fn build_session_options_and_crate_config(matches: &getopts::Matches)
1625
early_error(ErrorOutputType::Json(false), "--error-format=pretty-json is unstable");
1626
}
1627
1628
- if !debugging_opts.unstable_options && debugging_opts.explain {
1629
- early_error(error_format, "-Z --explain is unstable");
1630
- }
1631
-
1632
let mut output_types = BTreeMap::new();
1633
if !debugging_opts.parse_only {
1634
for list in matches.opt_strs("emit") {
0 commit comments