summaryrefslogtreecommitdiffstats
path: root/src/test/ui/attributes/used_with_multi_args.stderr
blob: c93aafcfc7cce0f7323dfea20b37559ef921314b (plain)
1
2
3
4
5
6
7
8
error: expected `used`, `used(compiler)` or `used(linker)`
  --> $DIR/used_with_multi_args.rs:3:1
   |
LL | #[used(compiler, linker)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error