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