blob: b7a0a90193d70341a2fe4aec2cf2d1e687f0c92f [file] [log] [blame]
error: invalid match on `#[loop_match]` state
--> $DIR/upvar-scrutinee.rs:32:23
|
LL | match state {
| ^^^^^
|
= note: a local variable must be the scrutinee within a `#[loop_match]`
error: invalid match on `#[loop_match]` state
--> $DIR/upvar-scrutinee.rs:68:23
|
LL | match state {
| ^^^^^
|
= note: a local variable must be the scrutinee within a `#[loop_match]`
error: aborting due to 2 previous errors