blob: 228cf12a08b4dc4a178b7359a713eee8e7fb6d39 [file] [log] [blame]
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