about summary refs log tree commit diff
path: root/src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2019-05-31 13:50:04 -0700
committerEsteban Küber <esteban@kuber.com.ar>2019-05-31 13:50:04 -0700
commitd6ea6b972dd68dbfa03334d06edebb80482605dd (patch)
tree450754991231d6171d5e22d73dc42badee92bedd /src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs
parent860dce794ce1856418bec278a13565b84d0d4d79 (diff)
downloadrust-d6ea6b972dd68dbfa03334d06edebb80482605dd.tar.gz
rust-d6ea6b972dd68dbfa03334d06edebb80482605dd.zip
fix tidy
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
index 23850d5ec65..b4bb4841824 100644
--- 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
@@ -1,4 +1,2 @@
-
-
 use std::any:: as foo; //~ ERROR expected identifier, found keyword `as`
 //~^ ERROR: expected one of `::`, `;`, or `as`, found `foo`