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