File tree 1 file changed +7
-5
lines changed
compiler/rustc_errors/src
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2
2
//!
3
3
//! This module contains the code for creating and emitting diagnostics.
4
4
5
+ // tidy-alphabetical-start
6
+ #![ allow( incomplete_features) ]
7
+ #![ allow( internal_features) ]
5
8
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
6
9
#![ doc( rust_logo) ]
7
- #![ feature( rustdoc_internals) ]
8
10
#![ feature( array_windows) ]
9
11
#![ feature( associated_type_defaults) ]
10
12
#![ feature( box_into_inner) ]
11
13
#![ feature( box_patterns) ]
14
+ #![ feature( error_reporter) ]
12
15
#![ feature( extract_if) ]
13
16
#![ feature( let_chains) ]
14
17
#![ feature( negative_impls) ]
15
18
#![ feature( never_type) ]
16
19
#![ feature( rustc_attrs) ]
17
- #![ feature( yeet_expr ) ]
20
+ #![ feature( rustdoc_internals ) ]
18
21
#![ feature( try_blocks) ]
19
- #![ feature( error_reporter) ]
20
- #![ allow( incomplete_features) ]
21
- #![ allow( internal_features) ]
22
+ #![ feature( yeet_expr) ]
23
+ // tidy-alphabetical-end
22
24
23
25
#[ macro_use]
24
26
extern crate rustc_macros;
You can’t perform that action at this time.
0 commit comments