diff options
Diffstat (limited to 'tests/ui/pub/pub-ident-struct.fixed')
-rw-r--r-- | tests/ui/pub/pub-ident-struct.fixed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ui/pub/pub-ident-struct.fixed b/tests/ui/pub/pub-ident-struct.fixed new file mode 100644 index 000000000..58cde8fd6 --- /dev/null +++ b/tests/ui/pub/pub-ident-struct.fixed @@ -0,0 +1,6 @@ +// run-rustfix + +pub struct S { +//~^ ERROR missing `struct` for struct definition +} +fn main() {} |