1error[E0552]: unrecognized representation hint
2 --> $DIR/packed-name-value.rs:3:8
3  |
43 | #[repr(packed = "")] //~ ERROR E0552
5  |        ^^^^^^^^^^^
6
7error[E0552]: unrecognized representation hint
8 --> $DIR/packed-name-value.rs:9:8
9  |
109 | #[repr(packed = "")] //~ ERROR E0552
11  |        ^^^^^^^^^^^
12
13error[E0552]: unrecognized representation hint
14  --> $DIR/packed-name-value.rs:14:8
15   |
1614 | #[repr(packed = "")] //~ ERROR E0552
17   |        ^^^^^^^^^^^
18