1 2 3 4 5 6 7 8 9 10
error: duplicate field `field` in struct `Struct` ╭▸ test/ui/duplicate_struct_field.aldrin:4:5 │ 4 │ field = fallback; │ ━━━━━ duplicate defined here │ ⸬ test/ui/duplicate_struct_field.aldrin:2:5 │ 2 │ field @ 1 = i32; ╰╴ ───── first defined here