File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
compiler/rustc_resolve/src Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 66//!
77//! Type-relative name resolution (methods, fields, associated items) happens in `rustc_hir_analysis`.
88
9+ // tidy-alphabetical-start
10+ #![ allow( internal_features) ]
11+ #![ allow( rustc:: diagnostic_outside_of_impl) ]
12+ #![ allow( rustc:: potential_query_instability) ]
13+ #![ allow( rustc:: untranslatable_diagnostic) ]
914#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
1015#![ doc( rust_logo) ]
11- #![ feature( rustdoc_internals) ]
1216#![ feature( assert_matches) ]
1317#![ feature( box_patterns) ]
1418#![ feature( extract_if) ]
1519#![ feature( if_let_guard) ]
1620#![ feature( iter_intersperse) ]
1721#![ feature( let_chains) ]
1822#![ feature( rustc_attrs) ]
19- #![ allow( rustdoc:: private_intra_doc_links) ]
20- #![ allow( rustc:: diagnostic_outside_of_impl) ]
21- #![ allow( rustc:: potential_query_instability) ]
22- #![ allow( rustc:: untranslatable_diagnostic) ]
23- #![ allow( internal_features) ]
23+ #![ feature( rustdoc_internals) ]
24+ // tidy-alphabetical-end
2425
2526#[ macro_use]
2627extern crate tracing;
You can’t perform that action at this time.
0 commit comments