File tree Expand file tree Collapse file tree 30 files changed +56
-26
lines changed Expand file tree Collapse file tree 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) ]
You can’t perform that action at this time.
0 commit comments