Closed
Description
Code (playpen)
fn main() {
let heart = '❤️';
}
Error:
error: character literal may only contain one codepoint: '❤
--> <anon>:2:17
|
2 | let heart = '❤️';
| ^^
error: aborting due to previous error
Why do we only show one quotation mark ('❤
) in the first line of the error? Seems like we should either display both or none