This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 30 files changed +30
-29
lines changed
rustc_symbol_mangling/src Expand file tree Collapse file tree 30 files changed +30
-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
9+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
1010#![ doc(
1111 html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
1212 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
35+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
3636#![ doc( rust_logo) ]
3737#![ feature( assert_matches) ]
3838#![ 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
80+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
8181#![ doc( rust_logo) ]
8282#![ feature( let_chains) ]
8383#![ 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
5+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
66#![ doc( rust_logo) ]
77#![ feature( assert_matches) ]
88#![ 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
8+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
99#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
1010#![ doc( rust_logo) ]
1111#![ 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
5+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
66#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
77#![ doc( rust_logo) ]
88#![ 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
4+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
55#![ doc( rust_logo) ]
66#![ feature( assert_matches) ]
77#![ 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
6+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
77#![ doc( rust_logo) ]
88#![ feature( rustdoc_internals) ]
99// 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
10+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
1111#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
1212#![ doc( rust_logo) ]
1313#![ feature( decl_macro) ]
Original file line number Diff line number Diff line change 22#![ allow( internal_features) ]
33#![ allow( rustc:: diagnostic_outside_of_impl) ]
44#![ doc( rust_logo) ]
5+ #![ recursion_limit = "256" ]
56#![ feature( array_windows) ]
67#![ feature( associated_type_defaults) ]
78#![ feature( if_let_guard) ]
You can’t perform that action at this time.
0 commit comments