File tree 30 files changed +30
-29
lines changed
rustc_symbol_mangling/src
30 files changed +30
-29
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
10
10
#![ doc(
11
11
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
12
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
36
36
#![ doc( rust_logo) ]
37
37
#![ feature( assert_matches) ]
38
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
81
81
#![ doc( rust_logo) ]
82
82
#![ feature( let_chains) ]
83
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
6
6
#![ doc( rust_logo) ]
7
7
#![ feature( assert_matches) ]
8
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
9
9
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
10
10
#![ doc( rust_logo) ]
11
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
6
6
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
7
7
#![ doc( rust_logo) ]
8
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
5
5
#![ doc( rust_logo) ]
6
6
#![ feature( assert_matches) ]
7
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
7
7
#![ doc( rust_logo) ]
8
8
#![ feature( rustdoc_internals) ]
9
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
11
11
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
12
12
#![ doc( rust_logo) ]
13
13
#![ feature( decl_macro) ]
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
#![ doc( rust_logo) ]
5
+ #![ recursion_limit = "256" ]
5
6
#![ feature( array_windows) ]
6
7
#![ feature( associated_type_defaults) ]
7
8
#![ feature( if_let_guard) ]
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
8
8
#![ feature( associated_type_defaults) ]
9
9
#![ feature( box_patterns) ]
10
10
#![ feature( closure_track_caller) ]
Original file line number Diff line number Diff line change @@ -59,7 +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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
63
63
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
64
64
#![ doc( rust_logo) ]
65
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
5
5
#![ feature( array_windows) ]
6
6
#![ feature( box_patterns) ]
7
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
6
6
#![ deny( missing_docs) ]
7
7
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
8
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
25
25
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
26
26
#![ doc( rust_logo) ]
27
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
4
4
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
5
5
#![ doc( rust_logo) ]
6
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
33
33
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
34
34
#![ doc( rust_logo) ]
35
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
7
7
#![ feature( assert_matches) ]
8
8
#![ feature( box_patterns) ]
9
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
3
3
#![ feature( assert_matches) ]
4
4
#![ feature( associated_type_defaults) ]
5
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
3
3
#![ feature( array_windows) ]
4
4
#![ feature( assert_matches) ]
5
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
3
3
#![ feature( array_windows) ]
4
4
#![ feature( file_buffered) ]
5
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
8
8
#![ feature( array_windows) ]
9
9
#![ feature( assert_matches) ]
10
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
10
10
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
11
11
#![ doc( rust_logo) ]
12
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
4
4
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
5
5
#![ doc( rust_logo) ]
6
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
7
7
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
8
8
#![ doc( rust_logo) ]
9
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
8
8
#![ feature( let_chains) ]
9
9
// tidy-alphabetical-end
10
10
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
13
13
#![ doc(
14
14
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ,
15
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
93
93
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
94
94
#![ doc( rust_logo) ]
95
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
3
3
#![ feature( never_type) ]
4
4
// tidy-alphabetical-end
5
5
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
+ #![ recursion_limit = "256" ] // FIXME(nnethercote): will be removed by #124141
10
10
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
11
11
#![ doc( rust_logo) ]
12
12
#![ feature( assert_matches) ]
You can’t perform that action at this time.
0 commit comments