summaryrefslogtreecommitdiffstats
path: root/tests/ui/pub/pub-ident-fn-3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/pub/pub-ident-fn-3.rs')
-rw-r--r--tests/ui/pub/pub-ident-fn-3.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/ui/pub/pub-ident-fn-3.rs b/tests/ui/pub/pub-ident-fn-3.rs
deleted file mode 100644
index fdbea7cf4..000000000
--- a/tests/ui/pub/pub-ident-fn-3.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-// #60115
-
-mod foo {
- pub bar();
- //~^ ERROR missing `fn` or `struct` for function or struct definition
-}
-
-fn main() {}