blob: 5e39b6d8fa9a0988d82244f66cd3857ba4284bfb [file] [log] [blame]
error: expected identifier, found enum pattern
--> $DIR/pat-ref-enum.rs:15:11
|
LL | ref Some(i) => {} //~ ERROR expected identifier, found enum pattern
| ^^^^
error: aborting due to previous error