2018-08-08 07:28:26 -05:00
|
|
|
error[E0008]: cannot bind by-move into a pattern guard
|
2018-09-07 10:52:49 -05:00
|
|
|
--> $DIR/bind-by-move-no-guards.rs:8:14
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | Some(z) if z.recv().unwrap() => { panic!() },
|
|
|
|
| ^ moves value into pattern guard
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0008`.
|