From 3fa6e9242c9f3b9646a869555be7a38bbbafbda7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 15 Dec 2024 13:13:22 +0900 Subject: [PATCH] tests: Update ui test output to nightly-2024-12-15 --- tests/ui/pin_project/packed_sneaky-2.stderr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 | | } | |_^ |