]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/lex-bad-char-literals-2.stderr
Rollup merge of #59038 - kennytm:track-embedded-book, r=oli-obk
[rust.git] / src / test / ui / parser / lex-bad-char-literals-2.stderr
1 error: character literal may only contain one codepoint
2   --> $DIR/lex-bad-char-literals-2.rs:3:5
3    |
4 LL |     'nope'
5    |     ^^^^^^
6
7 error[E0601]: `main` function not found in crate `lex_bad_char_literals_2`
8    |
9    = note: consider adding a `main` function to `$DIR/lex-bad-char-literals-2.rs`
10
11 error: aborting due to 2 previous errors
12
13 For more information about this error, try `rustc --explain E0601`.