]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/lex-bad-char-literals-4.stderr
Rollup merge of #59041 - saleemjaffer:trait_doc_comment_better_error_msg, r=pnkfelix
[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