diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-01-06 18:33:05 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-01-06 22:20:46 +0300 |
| commit | 1f64f60d5cba64beca6e812e16d6d99519d3551b (patch) | |
| tree | 9cd15881fe2f274a22e7d00deff13ea7dfd29ab5 /src/test/ui/parser/use-ends-with-mod-sep.rs | |
| parent | 6b2c3117184e9fff432e84f8d75417056d757113 (diff) | |
| download | rust-1f64f60d5cba64beca6e812e16d6d99519d3551b.tar.gz rust-1f64f60d5cba64beca6e812e16d6d99519d3551b.zip | |
tests: Do not use `-Z parse-only`, continue compilation to test recovery
Diffstat (limited to 'src/test/ui/parser/use-ends-with-mod-sep.rs')
| -rw-r--r-- | src/test/ui/parser/use-ends-with-mod-sep.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/parser/use-ends-with-mod-sep.rs b/src/test/ui/parser/use-ends-with-mod-sep.rs index 8606ca3c308..ad8da4d1860 100644 --- a/src/test/ui/parser/use-ends-with-mod-sep.rs +++ b/src/test/ui/parser/use-ends-with-mod-sep.rs @@ -1,3 +1 @@ -// compile-flags: -Z parse-only - use std::any::; //~ ERROR expected identifier, found `;` |
