summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/bounds-lifetime-where-1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/bounds-lifetime-where-1.rs')
-rw-r--r--src/test/ui/parser/bounds-lifetime-where-1.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/parser/bounds-lifetime-where-1.rs b/src/test/ui/parser/bounds-lifetime-where-1.rs
deleted file mode 100644
index f1a002a9f..000000000
--- a/src/test/ui/parser/bounds-lifetime-where-1.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-type A where 'a; //~ ERROR expected `:`, found `;`
-
-fn main() {}