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