blob: 4c17ce23b3768d15964fa7c129cfc20dd86984de [file] [log] [blame]
error[E0008]: cannot bind by-move into a pattern guard
--> $DIR/feature-gate.rs:33:16
|
LL | A { a: v } if *v == 42 => v,
| ^ moves value into pattern guard
error: aborting due to previous error
For more information about this error, try `rustc --explain E0008`.