提交 7bd87cfa 编写于 作者: G Guillaume Gomez

Add tests for E0762

上级 50a42fe5
error: unterminated character literal
error[E0762]: unterminated character literal
--> $DIR/lex-bad-char-literals-4.rs:4:5
|
LL | '●
......@@ -6,3 +6,4 @@ LL | '●
error: aborting due to previous error
For more information about this error, try `rustc --explain E0762`.
......@@ -10,7 +10,7 @@ error: empty unicode escape (must have at least 1 hex digit)
LL | let _: char = '\u{}';
| ^^^^
error: unterminated character literal
error[E0762]: unterminated character literal
--> $DIR/lex-bad-char-literals-7.rs:11:13
|
LL | let _ = ' hello // here's a comment
......@@ -18,3 +18,4 @@ LL | let _ = ' hello // here's a comment
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0762`.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册