about summary refs log tree commit diff
path: root/tests/ui/attributes/unsafe/unsafe-safe-attribute.stderr
blob: 55172c91aaeef995b9b0ebaa17e6285b200317f5 (plain)
1
2
3
4
5
6
7
8
9
10
error: `repr` is not an unsafe attribute
  --> $DIR/unsafe-safe-attribute.rs:1:3
   |
LL | #[unsafe(repr(C))]
   |   ^^^^^^ this is not an unsafe attribute
   |
   = note: extraneous unsafe is not allowed in attributes

error: aborting due to 1 previous error