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) ]
14#![ doc( rust_logo) ]
2- #![ feature( rustdoc_internals) ]
35#![ feature( array_windows) ]
46#![ feature( associated_type_defaults) ]
57#![ feature( if_let_guard) ]
68#![ feature( let_chains) ]
7- #![ feature( lint_reasons) ]
89#![ feature( macro_metavar_expr) ]
910#![ feature( map_try_insert) ]
1011#![ feature( proc_macro_diagnostic) ]
1112#![ feature( proc_macro_internals) ]
12- #![ feature( proc_macro_span ) ]
13+ #![ feature( rustdoc_internals ) ]
1314#![ feature( try_blocks) ]
1415#![ feature( yeet_expr) ]
15- #![ allow( rustc:: diagnostic_outside_of_impl) ]
16- #![ allow( internal_features) ]
16+ // tidy-alphabetical-end
1717
1818extern crate proc_macro as pm;
1919
You can’t perform that action at this time.
0 commit comments