/ tests / expectations / compiler / structs / shadow_external_struct_fail.out
shadow_external_struct_fail.out
 1  Error [EAST0372015]: There are two definitions of struct `Bar` that do not match.
 2      --> compiler-test:9:5
 3       |
 4     9 |     struct Bar {
 5       |     ^^^^^^^^^^^^
 6    10 |         baz: [Baz; 2],
 7       |         ^^^^^^^^^^^^^^
 8    11 |         bog: u32,
 9       |         ^^^^^^^^^
10    12 |     }
11       |     ^
12       |
13       = Check the import files to see if there are any struct definitions of the same name.