File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
compiler/rustc_expand/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change
1
+ // tidy-alphabetical-start
2
+ #![ allow( internal_features) ]
3
+ #![ allow( rustc:: diagnostic_outside_of_impl) ]
1
4
#![ doc( rust_logo) ]
2
- #![ feature( rustdoc_internals) ]
3
5
#![ feature( array_windows) ]
4
6
#![ feature( associated_type_defaults) ]
5
7
#![ feature( if_let_guard) ]
6
8
#![ feature( let_chains) ]
7
- #![ feature( lint_reasons) ]
8
9
#![ feature( macro_metavar_expr) ]
9
10
#![ feature( map_try_insert) ]
10
11
#![ feature( proc_macro_diagnostic) ]
11
12
#![ feature( proc_macro_internals) ]
12
- #![ feature( proc_macro_span ) ]
13
+ #![ feature( rustdoc_internals ) ]
13
14
#![ feature( try_blocks) ]
14
15
#![ feature( yeet_expr) ]
15
- #![ allow( rustc:: diagnostic_outside_of_impl) ]
16
- #![ allow( internal_features) ]
16
+ // tidy-alphabetical-end
17
17
18
18
extern crate proc_macro as pm;
19
19
You can’t perform that action at this time.
0 commit comments