mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
error: expected a pattern, found an expression
|
|
--> $DIR/issue-24197.rs:2:9
|
|
|
|
|
LL | let buf[0] = 0;
|
|
| ^^^^^^ arbitrary expressions are not allowed in patterns
|
|
|
|
error: aborting due to 1 previous error
|
|
|