summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issue-101477-let.stderr
blob: 1b30d4b17861af658a8c62c3a23d9c3fbf0374e3 (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 previous error