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