Skip to content

Commit c7f9811

Browse files
authored
removed unused struct
1 parent 1095082 commit c7f9811

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/run-pass/dst-field-align.rs

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ struct Baz<T: ?Sized> {
2525
a: T
2626
}
2727

28-
#[repr(packed)]
29-
struct Packed<T: ?Sized> {
30-
a: u8,
31-
b: T
32-
}
33-
3428
struct HasDrop<T: ?Sized> {
3529
ptr: Box<usize>,
3630
data: T

0 commit comments

Comments
 (0)