summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-101477-let.stderr
blob: 56348357397fc86764ee82118b731ea9cba4aa38 (plain)
1
2
3
4
5
6
7
8
error: unexpected `==`
  --> $DIR/issue-101477-let.rs:4:11
   |
LL |     let x == 2;
   |           ^^ help: try using `=` instead

error: aborting due to 1 previous error