]> git.proxmox.com Git - rustc.git/blame - src/test/ui/cfg-attr-crate-2.stderr
New upstream version 1.30.0+dfsg1
[rustc.git] / src / test / ui / cfg-attr-crate-2.stderr
CommitLineData
2c00a5a8 1error[E0658]: no_core is experimental (see issue #29639)
b7449926 2 --> $DIR/cfg-attr-crate-2.rs:15:21
ff7c6d11 3 |
b7449926
XL
4LL | #![cfg_attr(broken, no_core)] //~ ERROR no_core is experimental
5 | ^^^^^^^^
ff7c6d11
XL
6 |
7 = help: add #![feature(no_core)] to the crate attributes to enable
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0658`.