File tree 1 file changed +9
-8
lines changed
compiler/rustc_metadata/src
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) ]
1
4
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
2
5
#![ doc( rust_logo) ]
3
- #![ feature( rustdoc_internals) ]
4
- #![ allow( internal_features) ]
6
+ #![ feature( coroutines) ]
5
7
#![ feature( decl_macro) ]
6
8
#![ feature( error_iter) ]
7
9
#![ feature( extract_if) ]
8
- #![ feature( coroutines ) ]
10
+ #![ feature( if_let_guard ) ]
9
11
#![ feature( iter_from_coroutine) ]
10
12
#![ feature( let_chains) ]
11
- #![ feature( if_let_guard) ]
12
- #![ feature( proc_macro_internals) ]
13
13
#![ feature( macro_metavar_expr) ]
14
14
#![ feature( min_specialization) ]
15
- #![ feature( trusted_len) ]
16
- #![ feature( try_blocks) ]
17
15
#![ 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
19
20
20
21
extern crate proc_macro;
21
22
You can’t perform that action at this time.
0 commit comments