summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs')
-rw-r--r--src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs b/src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs
deleted file mode 100644
index b4bb48418..000000000
--- a/src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-use std::any:: as foo; //~ ERROR expected identifier, found keyword `as`
-//~^ ERROR: expected one of `::`, `;`, or `as`, found `foo`