aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/packed-name-value.stderr
blob: 51b82dd1a4e2ce2318ba6f6c6b10d9a5085ba3d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: #[repr(packed)] attribute should not be name-value pair
  --> $DIR/packed-name-value.rs:16:8
   |
16 | #[repr(packed = "")] //~ ERROR attribute should not be name-value pair
   |        ^^^^^^^^^^^

error: #[repr(packed)] attribute should not be name-value pair
  --> $DIR/packed-name-value.rs:21:8
   |
21 | #[repr(packed = "")] //~ ERROR attribute should not be name-value pair
   |        ^^^^^^^^^^^