File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212#![ cfg_attr( stage0, feature( custom_attribute) ) ]
1313#![ crate_name = "libc" ]
1414#![ 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" ) ) ]
1617#![ cfg_attr( not( feature = "cargo-build" ) , feature( staged_api, core, no_std) ) ]
1718#![ cfg_attr( not( feature = "cargo-build" ) , staged_api) ]
1819#![ cfg_attr( not( feature = "cargo-build" ) , no_std) ]
Original file line number Diff line number Diff line change 2626 html_playground_url = "http://play.rust-lang.org/" ) ]
2727#![ no_std]
2828#![ staged_api]
29- #![ unstable( feature = "rand" ) ]
29+ #![ unstable( feature = "rand" ,
30+ reason = "use `rand` from crates.io" ) ]
3031#![ feature( core) ]
3132#![ feature( no_std) ]
3233#![ feature( staged_api) ]
You can’t perform that action at this time.
0 commit comments