]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/lex-bad-char-literals-4.stderr
Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centril
[rust.git] / src / test / ui / parser / lex-bad-char-literals-4.stderr
1 error: character literal may only contain one codepoint: '●
2   --> $DIR/lex-bad-char-literals-4.rs:4:5
3    |
4 LL |     '●
5    |     ^^
6
7 error: aborting due to previous error
8