We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
foo.rs:
foo.rs
fn main() { let _ = 'ab'; }
foo.rs:2:16: 2:18 error: character literal may only contain one codepoint: '; foo.rs:2 let _ = 'ab'; ^~
The snippet at the end of the error message is not helpful, and should probably encompass everything between the two 's.
'