summary refs log tree commit diff
path: root/src/test/ui/feature-gate-used.stderr
blob: 228cf12a08b4dc4a178b7359a713eee8e7fb6d39 (plain)
1
2
3
4
5
6
7
8
9
10
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