diff --git a/tests/ui/pin_project/packed_sneaky-2.stderr b/tests/ui/pin_project/packed_sneaky-2.stderr index 6a8823f8..88f80ceb 100644 --- a/tests/ui/pin_project/packed_sneaky-2.stderr +++ b/tests/ui/pin_project/packed_sneaky-2.stderr @@ -5,8 +5,7 @@ error: #[pin_project] attribute may not be used on #[repr(packed)] types 7 | | #[pin_project] 8 | | struct B { 9 | | #[pin] -10 | | f: u32, -11 | | } +... | 12 | | } | |_^ |