rust/src/test/ui/issue-2848.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

12 lines
393 B
Plaintext

error[E0408]: variable `beta` is not bound in all patterns
--> $DIR/issue-2848.rs:22:7
|
LL | alpha | beta => {} //~ ERROR variable `beta` is not bound in all patterns
| ^^^^^ ---- variable not in all patterns
| |
| pattern doesn't bind `beta`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0408`.