blob: d650b5ebb3b1942afaacbcfe260366a780848a1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0658]: the `#[used]` attribute is an experimental feature (see issue #40289)
--> $DIR/feature-gate-used.rs:11:1
|
LL | #[used]
| ^^^^^^^
|
= help: add #![feature(used)] to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.
|