mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
16 lines
388 B
Plaintext
16 lines
388 B
Plaintext
error[E0425]: cannot find value `y` in this scope
|
|
--> $DIR/bindings.rs:6:14
|
|
|
|
|
LL | _ => y,
|
|
| ^ not found in this scope
|
|
|
|
error[E0425]: cannot find value `y` in this scope
|
|
--> $DIR/bindings.rs:8:5
|
|
|
|
|
LL | y
|
|
| ^ not found in this scope
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
For more information about this error, try `rustc --explain E0425`.
|