summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/unsized.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/unsized.rs')
-rw-r--r--src/test/ui/parser/unsized.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/ui/parser/unsized.rs b/src/test/ui/parser/unsized.rs
deleted file mode 100644
index e7fd7a196..000000000
--- a/src/test/ui/parser/unsized.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Test syntax checks for `type` keyword.
-
-struct S1 for type;
-//~^ ERROR expected `where`, `{`, `(`, or `;` after struct name, found keyword `for`
-
-pub fn main() {
-}