]> git.lizzy.rs Git - rust.git/blob - src/test/ui/conditional-compilation/cfg-attr-multi-invalid-2.stderr
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-2021-07-07
[rust.git] / src / test / ui / conditional-compilation / cfg-attr-multi-invalid-2.stderr
1 error[E0658]: the `#[no_core]` attribute is an experimental feature
2   --> $DIR/cfg-attr-multi-invalid-2.rs:4:29
3    |
4 LL | #![cfg_attr(broken, no_std, no_core)]
5    |                             ^^^^^^^
6    |
7    = note: see issue #29639 <https://github.com/rust-lang/rust/issues/29639> for more information
8    = help: add `#![feature(no_core)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.