From e7bc939f1ee2ada3e3f679fd42c8e08d8a22996f Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Sun, 17 Apr 2016 03:48:40 +0300 Subject: syntax: Parse import prefixes as paths --- src/test/parse-fail/use-ends-with-mod-sep.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/parse-fail') diff --git a/src/test/parse-fail/use-ends-with-mod-sep.rs b/src/test/parse-fail/use-ends-with-mod-sep.rs index 143886e2337..e6a10d43e29 100644 --- a/src/test/parse-fail/use-ends-with-mod-sep.rs +++ b/src/test/parse-fail/use-ends-with-mod-sep.rs @@ -10,4 +10,4 @@ // compile-flags: -Z parse-only -use std::any::; //~ ERROR expected identifier or `{` or `*`, found `;` +use std::any::; //~ ERROR expected identifier, found `;` -- cgit 1.4.1-3-g733a5