From 218caa410aa38c29984be31a5229b9fa717560ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:13 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/ui/structs/struct-missing-comma.fixed | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/test/ui/structs/struct-missing-comma.fixed (limited to 'src/test/ui/structs/struct-missing-comma.fixed') diff --git a/src/test/ui/structs/struct-missing-comma.fixed b/src/test/ui/structs/struct-missing-comma.fixed deleted file mode 100644 index a28179ba2..000000000 --- a/src/test/ui/structs/struct-missing-comma.fixed +++ /dev/null @@ -1,12 +0,0 @@ -// Issue #50636 -// run-rustfix - -pub struct S { - pub foo: u32, //~ expected `,`, or `}`, found keyword `pub` - // ~^ HELP try adding a comma: ',' - pub bar: u32 -} - -fn main() { - let _ = S { foo: 5, bar: 6 }; -} -- cgit v1.2.3