File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 222cd73b8a422d2c4124375f6aaffd2663bb9718
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 857ef6e272e5634cb9f3e6ee50eb6bc2a2e71651
5
- refs/heads/try: fd815b7a57b0214362d53b5e4e0dc282c5c26dfd
5
+ refs/heads/try: 2f0dce3e783f65de5bdb525bfdc757d1bf0533e2
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change 12
12
#![ cfg_attr( stage0, feature( custom_attribute) ) ]
13
13
#![ crate_name = "libc" ]
14
14
#![ crate_type = "rlib" ]
15
- #![ cfg_attr( not( feature = "cargo-build" ) , unstable( feature = "libc" ) ) ]
15
+ #![ cfg_attr( not( feature = "cargo-build" ) , unstable( feature = "libc" ,
16
+ reason = "use `libc` from crates.io" ) ) ]
16
17
#![ cfg_attr( not( feature = "cargo-build" ) , feature( staged_api, core, no_std) ) ]
17
18
#![ cfg_attr( not( feature = "cargo-build" ) , staged_api) ]
18
19
#![ cfg_attr( not( feature = "cargo-build" ) , no_std) ]
Original file line number Diff line number Diff line change 26
26
html_playground_url = "http://play.rust-lang.org/" ) ]
27
27
#![ no_std]
28
28
#![ staged_api]
29
- #![ unstable( feature = "rand" ) ]
29
+ #![ unstable( feature = "rand" ,
30
+ reason = "use `rand` from crates.io" ) ]
30
31
#![ feature( core) ]
31
32
#![ feature( no_std) ]
32
33
#![ feature( staged_api) ]
You can’t perform that action at this time.
0 commit comments