File tree Expand file tree Collapse file tree 29 files changed +0
-29
lines changed
rustc_symbol_mangling/src Expand file tree Collapse file tree 29 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 66
77// tidy-alphabetical-start
88#![ allow( internal_features) ]
9- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
109#![ doc(
1110 html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
1211 test( attr( deny( warnings) ) )
Original file line number Diff line number Diff line change 3232
3333// tidy-alphabetical-start
3434#![ allow( internal_features) ]
35- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
3635#![ doc( rust_logo) ]
3736#![ feature( assert_matches) ]
3837#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 7777
7878// tidy-alphabetical-start
7979#![ allow( internal_features) ]
80- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
8180#![ doc( rust_logo) ]
8281#![ feature( let_chains) ]
8382#![ feature( rustdoc_internals) ]
Original file line number Diff line number Diff line change 22
33// tidy-alphabetical-start
44#![ allow( internal_features) ]
5- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
65#![ doc( rust_logo) ]
76#![ feature( assert_matches) ]
87#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 55#![ allow( internal_features) ]
66#![ allow( rustc:: diagnostic_outside_of_impl) ]
77#![ allow( rustc:: untranslatable_diagnostic) ]
8- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
98#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
109#![ doc( rust_logo) ]
1110#![ feature( assert_matches) ]
Original file line number Diff line number Diff line change 22#![ allow( internal_features) ]
33#![ allow( rustc:: diagnostic_outside_of_impl) ]
44#![ allow( rustc:: untranslatable_diagnostic) ]
5- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
65#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
76#![ doc( rust_logo) ]
87#![ feature( assert_matches) ]
Original file line number Diff line number Diff line change 11// tidy-alphabetical-start
22#![ allow( internal_features) ]
33#![ allow( rustc:: diagnostic_outside_of_impl) ]
4- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
54#![ doc( rust_logo) ]
65#![ feature( assert_matches) ]
76#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 33
44// tidy-alphabetical-start
55#![ allow( internal_features) ]
6- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
76#![ doc( rust_logo) ]
87#![ feature( rustdoc_internals) ]
98// tidy-alphabetical-end
Original file line number Diff line number Diff line change 77// tidy-alphabetical-start
88#![ allow( internal_features) ]
99#![ allow( rustc:: untranslatable_diagnostic) ] // FIXME: make this translatable
10- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
1110#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
1211#![ doc( rust_logo) ]
1312#![ feature( decl_macro) ]
Original file line number Diff line number Diff line change 44
55// tidy-alphabetical-start
66#![ allow( internal_features) ]
7- #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
87#![ feature( associated_type_defaults) ]
98#![ feature( box_patterns) ]
109#![ feature( closure_track_caller) ]
You can’t perform that action at this time.
0 commit comments