File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
compiler/rustc_errors/src Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 22//!
33//! This module contains the code for creating and emitting diagnostics.
44
5+ // tidy-alphabetical-start
6+ #![ allow( incomplete_features) ]
7+ #![ allow( internal_features) ]
58#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
69#![ doc( rust_logo) ]
7- #![ feature( rustdoc_internals) ]
810#![ feature( array_windows) ]
911#![ feature( associated_type_defaults) ]
1012#![ feature( box_into_inner) ]
1113#![ feature( box_patterns) ]
14+ #![ feature( error_reporter) ]
1215#![ feature( extract_if) ]
1316#![ feature( let_chains) ]
1417#![ feature( negative_impls) ]
1518#![ feature( never_type) ]
1619#![ feature( rustc_attrs) ]
17- #![ feature( yeet_expr ) ]
20+ #![ feature( rustdoc_internals ) ]
1821#![ feature( try_blocks) ]
19- #![ feature( error_reporter) ]
20- #![ allow( incomplete_features) ]
21- #![ allow( internal_features) ]
22+ #![ feature( yeet_expr) ]
23+ // tidy-alphabetical-end
2224
2325#[ macro_use]
2426extern crate rustc_macros;
You can’t perform that action at this time.
0 commit comments