8 lines
224 B
Text
8 lines
224 B
Text
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
|
|
|