rust/tests/ui/conditional-compilation/cfg-attr-multi-invalid-2.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
484 B
Plaintext
Raw Normal View History

error[E0658]: the `#[no_core]` attribute is an experimental feature
2019-01-06 06:07:28 -06:00
--> $DIR/cfg-attr-multi-invalid-2.rs:4:29
|
2019-03-09 06:03:44 -06:00
LL | #![cfg_attr(broken, no_std, no_core)]
| ^^^^^^^
|
2020-02-07 06:07:02 -06:00
= note: see issue #29639 <https://github.com/rust-lang/rust/issues/29639> for more information
= help: add `#![feature(no_core)]` to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.