]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/pat-ref-enum.stderr
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[rust.git] / src / test / ui / parser / pat-ref-enum.stderr
1 error: expected identifier, found enum pattern
2   --> $DIR/pat-ref-enum.rs:3:11
3    |
4 LL |       ref Some(i) => {}
5    |           ^^^^
6
7 error: aborting due to previous error
8