]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/lex-bad-char-literals-4.stderr
Auto merge of #58995 - Centril:refactor-build-manifest, r=alexcrichton
[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