rust/src/test/ui/feature-gate-used.stderr

11 lines
257 B
Plaintext
Raw Normal View History

error: the `#[used]` attribute is an experimental feature (see issue #40289)
--> $DIR/feature-gate-used.rs:11:1
|
11 | #[used]
| ^^^^^^^
|
= help: add #![feature(used)] to the crate attributes to enable
error: aborting due to previous error