summaryrefslogtreecommitdiffstats
path: root/src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs')
-rw-r--r--src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs b/src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs
deleted file mode 100644
index c86a9f2fd..000000000
--- a/src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-fn main() {
-}
-
-pub foo<'a>
-//~^ ERROR missing `fn` or `struct` for function or struct definition