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 6
6
7
7
// tidy-alphabetical-start
8
8
#![ allow( internal_features) ]
9
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
9
10
#![ doc(
10
11
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
11
12
test( attr( deny( warnings) ) )
Original file line number Diff line number Diff line change 32
32
33
33
// tidy-alphabetical-start
34
34
#![ allow( internal_features) ]
35
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
35
36
#![ doc( rust_logo) ]
36
37
#![ feature( assert_matches) ]
37
38
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 77
77
78
78
// tidy-alphabetical-start
79
79
#![ allow( internal_features) ]
80
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
80
81
#![ doc( rust_logo) ]
81
82
#![ feature( let_chains) ]
82
83
#![ feature( rustdoc_internals) ]
Original file line number Diff line number Diff line change 2
2
3
3
// tidy-alphabetical-start
4
4
#![ allow( internal_features) ]
5
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
5
6
#![ doc( rust_logo) ]
6
7
#![ feature( assert_matches) ]
7
8
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 5
5
#![ allow( internal_features) ]
6
6
#![ allow( rustc:: diagnostic_outside_of_impl) ]
7
7
#![ allow( rustc:: untranslatable_diagnostic) ]
8
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
8
9
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
9
10
#![ doc( rust_logo) ]
10
11
#![ feature( assert_matches) ]
Original file line number Diff line number Diff line change 2
2
#![ allow( internal_features) ]
3
3
#![ allow( rustc:: diagnostic_outside_of_impl) ]
4
4
#![ allow( rustc:: untranslatable_diagnostic) ]
5
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
5
6
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
6
7
#![ doc( rust_logo) ]
7
8
#![ feature( assert_matches) ]
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
2
#![ allow( internal_features) ]
3
3
#![ allow( rustc:: diagnostic_outside_of_impl) ]
4
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
4
5
#![ doc( rust_logo) ]
5
6
#![ feature( assert_matches) ]
6
7
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 3
3
4
4
// tidy-alphabetical-start
5
5
#![ allow( internal_features) ]
6
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
6
7
#![ doc( rust_logo) ]
7
8
#![ feature( rustdoc_internals) ]
8
9
// tidy-alphabetical-end
Original file line number Diff line number Diff line change 7
7
// tidy-alphabetical-start
8
8
#![ allow( internal_features) ]
9
9
#![ allow( rustc:: untranslatable_diagnostic) ] // FIXME: make this translatable
10
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
10
11
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
11
12
#![ doc( rust_logo) ]
12
13
#![ feature( decl_macro) ]
Original file line number Diff line number Diff line change 4
4
5
5
// tidy-alphabetical-start
6
6
#![ allow( internal_features) ]
7
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
7
8
#![ feature( associated_type_defaults) ]
8
9
#![ feature( box_patterns) ]
9
10
#![ feature( closure_track_caller) ]
You can’t perform that action at this time.
0 commit comments