File tree 30 files changed +56
-26
lines changed
30 files changed +56
-26
lines changed Original file line number Diff line number Diff line change 69
69
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
70
70
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
71
71
html_root_url = "https://doc.rust-lang.org/nightly/" ,
72
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ,
72
73
test( no_crate_inject) ) ]
73
74
#![ no_std]
74
75
#![ cfg_attr( not( stage0) , needs_allocator) ]
Original file line number Diff line number Diff line change 28
28
#![ crate_type = "dylib" ]
29
29
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
30
30
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
31
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
31
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
32
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
32
33
33
34
#![ feature( alloc) ]
34
35
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 26
26
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
27
27
html_root_url = "https://doc.rust-lang.org/nightly/" ,
28
28
html_playground_url = "https://play.rust-lang.org/" ,
29
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ,
29
30
test( no_crate_inject) ) ]
30
31
31
32
#![ allow( trivial_casts) ]
Original file line number Diff line number Diff line change 58
58
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
59
59
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
60
60
html_root_url = "https://doc.rust-lang.org/nightly/" ,
61
- html_playground_url = "https://play.rust-lang.org/" ) ]
61
+ html_playground_url = "https://play.rust-lang.org/" ,
62
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
62
63
#![ doc( test( no_crate_inject) ) ]
63
64
64
65
#![ no_core]
Original file line number Diff line number Diff line change 23
23
#![ crate_type = "dylib" ]
24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
26
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
27
28
28
29
#![ feature( libc) ]
29
30
#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
26
html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
- html_playground_url = "https://play.rust-lang.org/" ) ]
27
+ html_playground_url = "https://play.rust-lang.org/" ,
28
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
28
29
29
30
#![ feature( staged_api) ]
30
31
#![ feature( unicode) ]
Original file line number Diff line number Diff line change 88
88
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
89
89
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
90
90
html_root_url = "https://doc.rust-lang.org/nightly/" ,
91
- html_playground_url = "https://play.rust-lang.org/" ) ]
91
+ html_playground_url = "https://play.rust-lang.org/" ,
92
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
92
93
93
94
#![ deny( missing_docs) ]
94
95
#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 283
283
#![ crate_type = "dylib" ]
284
284
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
285
285
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
286
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
286
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
287
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
287
288
288
289
#![ feature( into_cow) ]
289
290
#![ feature( str_escape) ]
Original file line number Diff line number Diff line change 21
21
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
22
22
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
23
23
html_root_url = "https://doc.rust-lang.org/nightly/" ,
24
- html_playground_url = "https://play.rust-lang.org/" ) ]
24
+ html_playground_url = "https://play.rust-lang.org/" ,
25
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
25
26
#![ cfg_attr( test, feature( test) ) ]
26
27
27
28
//! Bindings for the C standard library and other platform libraries
Original file line number Diff line number Diff line change 167
167
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
168
168
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
169
169
html_root_url = "https://doc.rust-lang.org/nightly/" ,
170
- html_playground_url = "https://play.rust-lang.org/" ) ]
170
+ html_playground_url = "https://play.rust-lang.org/" ,
171
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
171
172
#![ deny( missing_docs) ]
172
173
173
174
#![ feature( box_raw) ]
Original file line number Diff line number Diff line change 23
23
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
24
24
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
25
25
html_root_url = "https://doc.rust-lang.org/nightly/" ,
26
- html_playground_url = "https://play.rust-lang.org/" ) ]
26
+ html_playground_url = "https://play.rust-lang.org/" ,
27
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
27
28
#![ no_std]
28
29
#![ staged_api]
29
30
#![ unstable( feature = "rand" ,
Original file line number Diff line number Diff line change 121
121
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
122
122
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
123
123
html_root_url = "https://doc.rust-lang.org/nightly/" ,
124
- html_playground_url = "https://play.rust-lang.org/" ) ]
124
+ html_playground_url = "https://play.rust-lang.org/" ,
125
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
125
126
126
127
#![ feature( rustc_private) ]
127
128
#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 23
23
#![ crate_type = "rlib" ]
24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
26
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
27
28
28
29
#![ feature( append) ]
29
30
#![ feature( associated_consts) ]
Original file line number Diff line number Diff line change 30
30
#![ crate_type = "rlib" ]
31
31
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
32
32
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
33
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
33
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
34
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
34
35
35
36
#![ feature( box_syntax) ]
36
37
#![ feature( fs_canonicalize) ]
Original file line number Diff line number Diff line change 17
17
#![ crate_type = "rlib" ]
18
18
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
19
19
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
20
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
20
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
21
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
21
22
22
23
#![ allow( non_camel_case_types) ]
23
24
Original file line number Diff line number Diff line change 25
25
#![ staged_api]
26
26
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
27
27
html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
28
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
28
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
29
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
29
30
30
31
#![ feature( rustc_private, staged_api) ]
31
32
#![ cfg_attr( test, feature( test) ) ]
Original file line number Diff line number Diff line change 23
23
#![ crate_type = "rlib" ]
24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
26
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
27
28
28
29
#![ feature( box_syntax) ]
29
30
#![ feature( libc) ]
Original file line number Diff line number Diff line change 28
28
#![ crate_type = "rlib" ]
29
29
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
30
30
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
31
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
31
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
32
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
32
33
33
34
#![ cfg_attr( test, feature( test) ) ]
34
35
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 23
23
#![ crate_type = "rlib" ]
24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
26
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
27
28
28
29
#![ feature( associated_consts) ]
29
30
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 17
17
#![ crate_type = "rlib" ]
18
18
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
19
19
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
20
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
20
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
21
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
21
22
22
23
#![ feature( rustc_diagnostic_macros) ]
23
24
#![ feature( rustc_private) ]
Original file line number Diff line number Diff line change 17
17
#![ crate_type = "rlib" ]
18
18
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
19
19
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
20
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
20
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
21
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
21
22
22
23
#![ feature( associated_consts) ]
23
24
#![ feature( borrow_state) ]
Original file line number Diff line number Diff line change 23
23
#![ crate_type = "rlib" ]
24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
26
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
27
28
28
29
#![ feature( box_patterns) ]
29
30
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ This API is completely unstable and subject to change.
71
71
#![ crate_type = "rlib" ]
72
72
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
73
73
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
74
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
74
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
75
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
75
76
76
77
#![ allow( non_camel_case_types) ]
77
78
Original file line number Diff line number Diff line change 30
30
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
31
31
html_root_url = "https://doc.rust-lang.org/nightly/" ,
32
32
html_playground_url = "https://play.rust-lang.org/" ,
33
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ,
33
34
test( no_crate_inject) ) ]
34
35
#![ no_std]
35
36
Original file line number Diff line number Diff line change 18
18
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
19
19
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
20
20
html_root_url = "https://doc.rust-lang.org/nightly/" ,
21
- html_playground_url = "https://play.rust-lang.org/" ) ]
21
+ html_playground_url = "https://play.rust-lang.org/" ,
22
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
22
23
23
24
#![ feature( box_patterns) ]
24
25
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ Core encoding and decoding interfaces.
26
26
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
27
27
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
28
28
html_root_url = "https://doc.rust-lang.org/nightly/" ,
29
- html_playground_url = "https://play.rust-lang.org/" ) ]
29
+ html_playground_url = "https://play.rust-lang.org/" ,
30
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
30
31
31
32
#![ feature( box_syntax) ]
32
33
#![ feature( collections) ]
Original file line number Diff line number Diff line change 195
195
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
196
196
html_root_url = "https://doc.rust-lang.org/nightly/" ,
197
197
html_playground_url = "https://play.rust-lang.org/" ,
198
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ,
198
199
test( no_crate_inject, attr( deny( warnings) ) ) ,
199
200
test( attr( allow( dead_code, deprecated, unused_variables, unused_mut) ) ) ) ]
200
201
Original file line number Diff line number Diff line change 23
23
#![ crate_type = "rlib" ]
24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
26
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
27
28
28
29
#![ feature( associated_consts) ]
29
30
#![ feature( drain) ]
Original file line number Diff line number Diff line change 53
53
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
54
54
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
55
55
html_root_url = "https://doc.rust-lang.org/nightly/" ,
56
- html_playground_url = "https://play.rust-lang.org/" ) ]
56
+ html_playground_url = "https://play.rust-lang.org/" ,
57
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
57
58
#![ deny( missing_docs) ]
58
59
59
60
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 32
32
#![ crate_type = "dylib" ]
33
33
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
34
34
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
35
- html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
35
+ html_root_url = "https://doc.rust-lang.org/nightly/" ,
36
+ issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
36
37
37
38
#![ feature( asm) ]
38
39
#![ feature( box_syntax) ]
You can’t perform that action at this time.
0 commit comments