blob: 7eadb8ebfe06d6021636c9038a18e480c89a49c5 [file] [log] [blame]
error: character literal may only contain one codepoint
--> $DIR/lex-bad-char-literals-2.rs:3:5
|
LL | 'nope' //~ ERROR: character literal may only contain one codepoint
| ^^^^^^
error[E0601]: `main` function not found in crate `lex_bad_char_literals_2`
|
= note: consider adding a `main` function to `$DIR/lex-bad-char-literals-2.rs`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0601`.