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