mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
error: expected a pattern, found an expression
|
|
--> $DIR/issue-24375.rs:6:9
|
|
|
|
|
LL | tmp[0] => {}
|
|
| ^^^^^^ arbitrary expressions are not allowed in patterns
|
|
|
|
error: aborting due to 1 previous error
|
|
|