diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-08 01:58:28 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-28 06:53:39 +0200 |
| commit | 91c8b53f458ef6efb3640a359dba4015848fd9d1 (patch) | |
| tree | e2290604be8794c9bff156ac23f920355718ad06 /src/test/ui/parser/pat-tuple-3.rs | |
| parent | 75da43dc87a9fee3fc1ef5cffb4a6721ef4bd2ba (diff) | |
| download | rust-91c8b53f458ef6efb3640a359dba4015848fd9d1.tar.gz rust-91c8b53f458ef6efb3640a359dba4015848fd9d1.zip | |
--bless tests due to new subslice syntax.
Diffstat (limited to 'src/test/ui/parser/pat-tuple-3.rs')
| -rw-r--r-- | src/test/ui/parser/pat-tuple-3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/pat-tuple-3.rs b/src/test/ui/parser/pat-tuple-3.rs index e1e975d3c3e..1486ab231aa 100644 --- a/src/test/ui/parser/pat-tuple-3.rs +++ b/src/test/ui/parser/pat-tuple-3.rs @@ -1,6 +1,6 @@ fn main() { match (0, 1, 2) { (.., pat, ..) => {} - //~^ ERROR `..` can only be used once per tuple or tuple struct pattern + //~^ ERROR `..` can only be used once per tuple pattern } } |
