summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-62524.stderr
blob: d83a49aedd6e8569064f40a8a1d220396d2be09d (plain)
1
2
3
4
5
6
7
8
9
10
error: this file contains an unclosed delimiter
  --> $DIR/issue-62524.rs:6:3
   |
LL | y![
   |   - unclosed delimiter
LL | Ϥ,
   |   ^

error: aborting due to 1 previous error