2020-11-15 16:42:48 -06:00
|
|
|
error[E0425]: cannot find value `y` in this scope
|
2021-08-11 09:10:05 -05:00
|
|
|
--> $DIR/bindings.rs:6:14
|
2020-11-15 16:42:48 -06:00
|
|
|
|
|
|
|
|
LL | _ => y,
|
|
|
|
| ^ not found in this scope
|
|
|
|
|
|
|
|
error[E0425]: cannot find value `y` in this scope
|
2021-08-11 09:10:05 -05:00
|
|
|
--> $DIR/bindings.rs:8:5
|
2020-11-15 16:42:48 -06:00
|
|
|
|
|
|
|
|
LL | y
|
|
|
|
| ^ not found in this scope
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|