Sign in
rust
/
rust
/
e8a63124746761e743d69ea510194de2ada4034f
/
.
/
tests
/
ui
/
cfg
/
auxiliary
/
cfg_false_lib_no_std_after.rs
blob: cd3170f3fb33df9744ac8fd5e0405a058466990b [
file
] [
log
] [
blame
]
// `#![no_std]` on a fully unconfigured crate is respected if it's placed before `cfg(false)`.
// Therefore this crate does link to libstd.
#![
cfg
(
false
)]
#![
no_std
]