]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/lex-bad-char-literals-4.stderr
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[rust.git] / src / test / ui / parser / lex-bad-char-literals-4.stderr
1 error[E0762]: unterminated character literal
2   --> $DIR/lex-bad-char-literals-4.rs:4:5
3    |
4 LL |     '●
5    |     ^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0762`.