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) ]
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ This API is completely unstable and subject to change.
59
59
#![ allow( internal_features) ]
60
60
#![ allow( rustc:: diagnostic_outside_of_impl) ]
61
61
#![ allow( rustc:: untranslatable_diagnostic) ]
62
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
62
63
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
63
64
#![ doc( rust_logo) ]
64
65
#![ feature( assert_matches) ]
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
2
#![ allow( rustc:: diagnostic_outside_of_impl) ]
3
3
#![ allow( rustc:: untranslatable_diagnostic) ]
4
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
4
5
#![ feature( array_windows) ]
5
6
#![ feature( box_patterns) ]
6
7
#![ feature( if_let_guard) ]
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
#![ deny( missing_docs) ]
6
7
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
7
8
#![ doc( rust_logo) ]
Original file line number Diff line number Diff line change 21
21
22
22
// tidy-alphabetical-start
23
23
#![ allow( internal_features) ]
24
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
24
25
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
25
26
#![ doc( rust_logo) ]
26
27
#![ feature( array_windows) ]
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
2
#![ allow( internal_features) ]
3
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
3
4
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
4
5
#![ doc( rust_logo) ]
5
6
#![ feature( coroutines) ]
Original file line number Diff line number Diff line change 29
29
#![ allow( rustc:: diagnostic_outside_of_impl) ]
30
30
#![ allow( rustc:: potential_query_instability) ]
31
31
#![ allow( rustc:: untranslatable_diagnostic) ]
32
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
32
33
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
33
34
#![ doc( rust_logo) ]
34
35
#![ feature( allocator_api) ]
Original file line number Diff line number Diff line change 3
3
// tidy-alphabetical-start
4
4
#![ allow( rustc:: diagnostic_outside_of_impl) ]
5
5
#![ allow( rustc:: untranslatable_diagnostic) ]
6
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
6
7
#![ feature( assert_matches) ]
7
8
#![ feature( box_patterns) ]
8
9
#![ feature( if_let_guard) ]
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
2
3
#![ feature( assert_matches) ]
3
4
#![ feature( associated_type_defaults) ]
4
5
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
2
3
#![ feature( array_windows) ]
3
4
#![ feature( assert_matches) ]
4
5
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
2
3
#![ feature( array_windows) ]
3
4
#![ feature( file_buffered) ]
4
5
#![ feature( if_let_guard) ]
Original file line number Diff line number Diff line change 4
4
#![ allow( internal_features) ]
5
5
#![ allow( rustc:: diagnostic_outside_of_impl) ]
6
6
#![ allow( rustc:: untranslatable_diagnostic) ]
7
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
7
8
#![ feature( array_windows) ]
8
9
#![ feature( assert_matches) ]
9
10
#![ feature( box_patterns) ]
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( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
10
11
#![ doc( rust_logo) ]
11
12
#![ feature( let_chains) ]
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
2
#![ allow( internal_features) ]
3
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
3
4
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
4
5
#![ doc( rust_logo) ]
5
6
#![ feature( associated_type_defaults) ]
Original file line number Diff line number Diff line change 3
3
// tidy-alphabetical-start
4
4
#![ allow( internal_features) ]
5
5
#![ allow( unused_parens) ]
6
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
6
7
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
7
8
#![ doc( rust_logo) ]
8
9
#![ feature( min_specialization) ]
Original file line number Diff line number Diff line change 4
4
//! compiler.
5
5
6
6
// tidy-alphabetical-start
7
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
7
8
#![ feature( let_chains) ]
8
9
#![ warn( unreachable_pub) ]
9
10
// tidy-alphabetical-end
Original file line number Diff line number Diff line change 9
9
// tidy-alphabetical-start
10
10
#![ allow( internal_features) ]
11
11
#![ allow( rustc:: usage_of_ty_tykind) ]
12
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
12
13
#![ doc(
13
14
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
14
15
test( attr( allow( unused_variables) , deny( warnings) ) )
Original file line number Diff line number Diff line change 89
89
90
90
// tidy-alphabetical-start
91
91
#![ allow( internal_features) ]
92
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
92
93
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
93
94
#![ doc( rust_logo) ]
94
95
#![ feature( let_chains) ]
Original file line number Diff line number Diff line change 1
1
// tidy-alphabetical-start
2
+ #![ cfg_attr( doc, recursion_limit = "256" ) ] // FIXME(nnethercote): will be removed by #124141
2
3
#![ feature( never_type) ]
3
4
#![ warn( unreachable_pub) ]
4
5
// tidy-alphabetical-end
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( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
10
11
#![ doc( rust_logo) ]
11
12
#![ feature( assert_matches) ]
0 commit comments