about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-24197.stderr
blob: 4eadc897d88c8a10d1e8c9bc9dd2cbc09617dab3 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected a pattern, found an expression
  --> $DIR/issue-24197.rs:2:9
   |
LL |     let buf[0] = 0;
   |         ^^^^^^ not a pattern
   |
   = note: arbitrary expressions are not allowed in patterns: <https://doc.rust-lang.org/book/ch19-00-patterns.html>

error: aborting due to 1 previous error