rust/tests/ui/or-patterns/while-parsing-this-or-pattern.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
278 B
Plaintext
Raw Normal View History

error: expected pattern, found `.`
--> $DIR/while-parsing-this-or-pattern.rs:5:20
|
LL | Some(42) | .=. => {}
| -------- ^ expected pattern
| |
2019-08-27 19:23:58 -05:00
| while parsing this or-pattern starting here
error: aborting due to previous error