File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
compiler/rustc_metadata/src Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1+ // tidy-alphabetical-start
2+ #![ allow( internal_features) ]
3+ #![ allow( rustc:: potential_query_instability) ]
14#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
25#![ doc( rust_logo) ]
3- #![ feature( rustdoc_internals) ]
4- #![ allow( internal_features) ]
6+ #![ feature( coroutines) ]
57#![ feature( decl_macro) ]
68#![ feature( error_iter) ]
79#![ feature( extract_if) ]
8- #![ feature( coroutines ) ]
10+ #![ feature( if_let_guard ) ]
911#![ feature( iter_from_coroutine) ]
1012#![ feature( let_chains) ]
11- #![ feature( if_let_guard) ]
12- #![ feature( proc_macro_internals) ]
1313#![ feature( macro_metavar_expr) ]
1414#![ feature( min_specialization) ]
15- #![ feature( trusted_len) ]
16- #![ feature( try_blocks) ]
1715#![ feature( never_type) ]
18- #![ allow( rustc:: potential_query_instability) ]
16+ #![ feature( proc_macro_internals) ]
17+ #![ feature( rustdoc_internals) ]
18+ #![ feature( trusted_len) ]
19+ // tidy-alphabetical-end
1920
2021extern crate proc_macro;
2122
You can’t perform that action at this time.
0 commit comments