Skip to content

Commit 8b886e0

Browse files
Remove images' url to make it work even without internet connection
1 parent 626e74d commit 8b886e0

File tree

37 files changed

+37
-114
lines changed

37 files changed

+37
-114
lines changed

src/liballoc/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
reason = "this library is unlikely to be stabilized in its current \
5656
form or name",
5757
issue = "27783")]
58-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
59-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
60-
html_root_url = "https://doc.rust-lang.org/nightly/",
58+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
6159
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
6260
test(no_crate_inject, attr(allow(unused_variables), deny(warnings))))]
6361
#![no_std]

src/libarena/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
//! This crate implements `TypedArena`, a simple arena that can only hold
99
//! objects of a single type.
1010
11-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
12-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
13-
html_root_url = "https://doc.rust-lang.org/nightly/",
11+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
1412
test(no_crate_inject, attr(deny(warnings))))]
1513

1614
#![feature(alloc)]

src/libcore/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@
5151
#![cfg(not(test))]
5252

5353
#![stable(feature = "core", since = "1.6.0")]
54-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
55-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
56-
html_root_url = "https://doc.rust-lang.org/nightly/",
54+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
5755
html_playground_url = "https://play.rust-lang.org/",
5856
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
5957
test(no_crate_inject, attr(deny(warnings))),

src/libfmt_macros/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
//! Parsing does not happen at runtime: structures of `std::fmt::rt` are
55
//! generated instead.
66
7-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
9-
html_root_url = "https://doc.rust-lang.org/nightly/",
7+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
108
html_playground_url = "https://play.rust-lang.org/",
119
test(attr(deny(warnings))))]
1210

src/libgraphviz/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,7 @@
271271
//!
272272
//! * [DOT language](http://www.graphviz.org/doc/info/lang.html)
273273
274-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
275-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
276-
html_root_url = "https://doc.rust-lang.org/nightly/",
274+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
277275
test(attr(allow(unused_variables), deny(warnings))))]
278276

279277
#![deny(rust_2018_idioms)]

src/libpanic_abort/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
66
#![no_std]
77
#![unstable(feature = "panic_abort", issue = "32837")]
8-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
9-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
10-
html_root_url = "https://doc.rust-lang.org/nightly/",
8+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
119
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
1210
#![panic_runtime]
1311

src/libpanic_unwind/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
1515
#![no_std]
1616
#![unstable(feature = "panic_unwind", issue = "32837")]
17-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
18-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
19-
html_root_url = "https://doc.rust-lang.org/nightly/",
17+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
2018
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
2119

2220
#![feature(allocator_api)]

src/libproc_macro/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
1010
#![stable(feature = "proc_macro_lib", since = "1.15.0")]
1111
#![deny(missing_docs)]
12-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
13-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
14-
html_root_url = "https://doc.rust-lang.org/nightly/",
12+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
1513
html_playground_url = "https://play.rust-lang.org/",
1614
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
1715
test(no_crate_inject, attr(deny(warnings))),

src/librustc/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
//!
2727
//! This API is completely unstable and subject to change.
2828
29-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
30-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
31-
html_root_url = "https://doc.rust-lang.org/nightly/")]
29+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
3230

3331
#![deny(rust_2018_idioms)]
3432
#![allow(explicit_outlives_requirements)]

src/librustc_apfloat/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
//!
3131
//! This API is completely unstable and subject to change.
3232
33-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
34-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
35-
html_root_url = "https://doc.rust-lang.org/nightly/")]
33+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
3634
#![forbid(unsafe_code)]
3735
#![deny(rust_2018_idioms)]
3836

src/librustc_borrowck/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
3-
html_root_url = "https://doc.rust-lang.org/nightly/")]
1+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
42

53
#![allow(non_camel_case_types)]
64

src/librustc_codegen_llvm/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
//!
55
//! This API is completely unstable and subject to change.
66
7-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
9-
html_root_url = "https://doc.rust-lang.org/nightly/")]
7+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
108

119
#![feature(box_patterns)]
1210
#![feature(box_syntax)]

src/librustc_codegen_ssa/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
3-
html_root_url = "https://doc.rust-lang.org/nightly/")]
1+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
42

53
#![feature(box_patterns)]
64
#![feature(box_syntax)]

src/librustc_codegen_utils/codegen_backend.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
//!
55
//! This API is completely unstable and subject to change.
66
7-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
9-
html_root_url = "https://doc.rust-lang.org/nightly/")]
7+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
108
#![deny(warnings)]
119

1210
#![feature(box_syntax)]

src/librustc_codegen_utils/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
//!
33
//! This API is completely unstable and subject to change.
44
5-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
6-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
7-
html_root_url = "https://doc.rust-lang.org/nightly/")]
5+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
86

97
#![feature(box_patterns)]
108
#![feature(box_syntax)]

src/librustc_data_structures/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
//!
77
//! This API is completely unstable and subject to change.
88
9-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
10-
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
11-
html_root_url = "https://doc.rust-lang.org/nightly/")]
9+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
1210

1311
#![feature(in_band_lifetimes)]
1412
#![feature(unboxed_closures)]

src/librustc_driver/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
//!
55
//! This API is completely unstable and subject to change.
66
7-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
9-
html_root_url = "https://doc.rust-lang.org/nightly/")]
7+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
108

119
#![feature(box_syntax)]
1210
#![cfg_attr(unix, feature(libc))]

src/librustc_errors/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
3-
html_root_url = "https://doc.rust-lang.org/nightly/")]
1+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
42

53
#![feature(custom_attribute)]
64
#![allow(unused_attributes)]

src/librustc_incremental/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
//! Support for serializing the dep-graph and reloading it.
22
3-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
5-
html_root_url = "https://doc.rust-lang.org/nightly/")]
3+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
64

75
#![feature(nll)]
86
#![feature(specialization)]

src/librustc_lint/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
//!
1010
//! This API is completely unstable and subject to change.
1111
12-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
13-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
14-
html_root_url = "https://doc.rust-lang.org/nightly/")]
12+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
1513

1614
#![cfg_attr(test, feature(test))]
1715
#![feature(box_patterns)]

src/librustc_llvm/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#![deny(rust_2018_idioms)]
22
#![feature(static_nobundle)]
33

4-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
5-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
6-
html_root_url = "https://doc.rust-lang.org/nightly/")]
4+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
75

86
// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.
97
#[allow(unused_extern_crates)]

src/librustc_metadata/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
3-
html_root_url = "https://doc.rust-lang.org/nightly/")]
1+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
42

53
#![feature(box_patterns)]
64
#![feature(libc)]

src/librustc_passes/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
//!
55
//! This API is completely unstable and subject to change.
66
7-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
9-
html_root_url = "https://doc.rust-lang.org/nightly/")]
7+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
108

119
#![feature(nll)]
1210
#![feature(rustc_diagnostic_macros)]

src/librustc_plugin/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@
5050
//! See the [`plugin` feature](../unstable-book/language-features/plugin.html) of
5151
//! the Unstable Book for more examples.
5252
53-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
54-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
55-
html_root_url = "https://doc.rust-lang.org/nightly/")]
53+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
5654

5755
#![feature(rustc_diagnostic_macros)]
5856

src/librustc_privacy/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
3-
html_root_url = "https://doc.rust-lang.org/nightly/")]
1+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
42

53
#![deny(rust_2018_idioms)]
64

src/librustc_resolve/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
3-
html_root_url = "https://doc.rust-lang.org/nightly/")]
1+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
42

53
#![feature(crate_visibility_modifier)]
64
#![feature(label_break_value)]

src/librustc_save_analysis/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
3-
html_root_url = "https://doc.rust-lang.org/nightly/")]
1+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
42
#![feature(custom_attribute)]
53
#![feature(nll)]
64
#![allow(unused_attributes)]

src/librustc_target/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
//! more 'stuff' here in the future. It does not have a dependency on
88
//! LLVM.
99
10-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
11-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
12-
html_root_url = "https://doc.rust-lang.org/nightly/")]
10+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
1311

1412
#![feature(box_syntax)]
1513
#![feature(nll)]

src/librustc_typeck/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ This API is completely unstable and subject to change.
5555
5656
*/
5757

58-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
59-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
60-
html_root_url = "https://doc.rust-lang.org/nightly/")]
58+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
6159

6260
#![allow(non_camel_case_types)]
6361

src/librustdoc/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
3-
html_root_url = "https://doc.rust-lang.org/nightly/",
1+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
42
html_playground_url = "https://play.rust-lang.org/")]
53

64
#![feature(bind_by_move_pattern_guards)]

src/libserialize/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
Core encoding and decoding interfaces.
55
*/
66

7-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
9-
html_root_url = "https://doc.rust-lang.org/nightly/",
7+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
108
html_playground_url = "https://play.rust-lang.org/",
119
test(attr(allow(unused_variables), deny(warnings))))]
1210

src/libstd/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,7 @@
196196
//! [primitive types]: ../book/ch03-02-data-types.html
197197
198198
#![stable(feature = "rust1", since = "1.0.0")]
199-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
200-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
201-
html_root_url = "https://doc.rust-lang.org/nightly/",
199+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
202200
html_playground_url = "https://play.rust-lang.org/",
203201
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
204202
test(no_crate_inject, attr(deny(warnings))),

src/libsyntax/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
//!
55
//! This API is completely unstable and subject to change.
66
7-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
9-
html_root_url = "https://doc.rust-lang.org/nightly/",
7+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
108
test(attr(deny(warnings))))]
119

1210
#![deny(rust_2018_idioms)]

src/libsyntax_ext/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
//! Syntax extensions in the Rust compiler.
22
3-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
5-
html_root_url = "https://doc.rust-lang.org/nightly/")]
3+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
64

75
#![deny(rust_2018_idioms)]
86

src/libsyntax_pos/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
//!
55
//! This API is completely unstable and subject to change.
66
7-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
9-
html_root_url = "https://doc.rust-lang.org/nightly/")]
7+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
108

119
#![deny(rust_2018_idioms)]
1210

src/libterm/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
//! [win]: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682010%28v=vs.85%29.aspx
3131
//! [ti]: https://en.wikipedia.org/wiki/Terminfo
3232
33-
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
34-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
35-
html_root_url = "https://doc.rust-lang.org/nightly/",
33+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
3634
html_playground_url = "https://play.rust-lang.org/",
3735
test(attr(deny(warnings))))]
3836
#![deny(missing_docs)]

src/libtest/lib.rs

+1-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
#![deny(rust_2018_idioms)]
2121
#![crate_name = "test"]
2222
#![unstable(feature = "test", issue = "27812")]
23-
#![doc(
24-
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
25-
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
26-
html_root_url = "https://doc.rust-lang.org/nightly/",
27-
test(attr(deny(warnings)))
28-
)]
23+
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
2924
#![feature(asm)]
3025
#![feature(fnbox)]
3126
#![cfg_attr(any(unix, target_os = "cloudabi"), feature(libc, rustc_private))]

0 commit comments

Comments
 (0)