]> git.lizzy.rs Git - rust.git/blob - src/test/ui/or-patterns/while-parsing-this-or-pattern.stderr
Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726
[rust.git] / src / test / ui / or-patterns / while-parsing-this-or-pattern.stderr
1 error: expected pattern, found `.`
2   --> $DIR/while-parsing-this-or-pattern.rs:5:20
3    |
4 LL |         Some(42) | .=. => {}
5    |         --------   ^ expected pattern
6    |         |
7    |         while parsing this or-pattern starting here
8
9 error: aborting due to previous error
10