aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/pin_project/packed-name-value.stderr
blob: a3e257113cb74085e173b9253c2c4d1f33a86641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error[E0552]: unrecognized representation hint
 --> $DIR/packed-name-value.rs:3:8
  |
3 | #[repr(packed = "")] //~ ERROR E0552
  |        ^^^^^^^^^^^

error[E0552]: unrecognized representation hint
 --> $DIR/packed-name-value.rs:9:8
  |
9 | #[repr(packed = "")] //~ ERROR E0552
  |        ^^^^^^^^^^^

error[E0552]: unrecognized representation hint
  --> $DIR/packed-name-value.rs:14:8
   |
14 | #[repr(packed = "")] //~ ERROR E0552
   |        ^^^^^^^^^^^