File tree Expand file tree Collapse file tree 29 files changed +29
-0
lines changed
rustc_symbol_mangling/src Expand file tree Collapse file tree 29 files changed +29
-0
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
910#![ doc(
1011 html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
1112 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
3536#![ doc( rust_logo) ]
3637#![ feature( assert_matches) ]
3738#![ 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
8081#![ doc( rust_logo) ]
8182#![ feature( let_chains) ]
8283#![ 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
56#![ doc( rust_logo) ]
67#![ feature( assert_matches) ]
78#![ 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
89#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
910#![ doc( rust_logo) ]
1011#![ 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
56#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
67#![ doc( rust_logo) ]
78#![ 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
45#![ doc( rust_logo) ]
56#![ feature( assert_matches) ]
67#![ 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
67#![ doc( rust_logo) ]
78#![ feature( rustdoc_internals) ]
89// 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
1011#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
1112#![ doc( rust_logo) ]
1213#![ 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
78#![ feature( associated_type_defaults) ]
89#![ feature( box_patterns) ]
910#![ feature( closure_track_caller) ]
You can’t perform that action at this time.
0 commit comments