summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/public-instead-of-pub-2.stderr
blob: 09d564d7a39b8eeb85bf00098f13b3c3624bc5b6 (plain)
1
2
3
4
5
6
7
8
error: expected one of `!` or `::`, found keyword `let`
  --> $DIR/public-instead-of-pub-2.rs:4:8
   |
LL | public let x = 1;
   |        ^^^ expected one of `!` or `::`

error: aborting due to 1 previous error