]> git.lizzy.rs Git - rust.git/blobdiff - src/test/parse-fail/empty-impl-semicolon.rs
Fix `impl A .. {}`
[rust.git] / src / test / parse-fail / empty-impl-semicolon.rs
index e356ab1debcbe217ed08565b479830d13e2f86f7..d9f8add8cfbeaa9c0410db0fa852d97cae92bc97 100644 (file)
@@ -10,4 +10,4 @@
 
 // compile-flags: -Z parse-only
 
-impl Foo; //~ ERROR expected one of `(`, `+`, `..`, `::`, `<`, `for`, `where`, or `{`, found `;`
+impl Foo; //~ ERROR expected one of `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`