Fixes for building libstd (real)
This commit is contained in:
parent
d9f263728d
commit
da3f9558d9
10 changed files with 51 additions and 30 deletions
|
@ -3,6 +3,14 @@
|
|||
#![feature(asm)]
|
||||
#![feature(naked_functions)]
|
||||
|
||||
#![cfg_attr(stdbuild, feature(no_std, core, core_slice_ext, staged_api, custom_attribute, cfg_target_vendor))]
|
||||
#![cfg_attr(stdbuild, no_std)]
|
||||
#![cfg_attr(stdbuild, staged_api)]
|
||||
#![cfg_attr(stdbuild, allow(warnings))]
|
||||
#![cfg_attr(stdbuild, unstable(feature = "libc",
|
||||
reason = "use `libc` from crates.io",
|
||||
issue = "27783"))]
|
||||
|
||||
pub use types::*;
|
||||
pub use funcs::*;
|
||||
pub use start::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue