summary refs log tree commit diff
path: root/src/test/ui/parser/paamayim-nekudotayim.stderr
blob: 68912f52dc10528edde12a10126cb3477844ab21 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `;`
  --> $DIR/paamayim-nekudotayim.rs:16:7
   |
LL |     ::; //~ ERROR expected identifier, found `;`
   |       ^ expected identifier

error: aborting due to previous error