Rollup merge of #73502 - GuillaumeGomez:add-e0764, r=estebank

Add E0765
This commit is contained in:
Dylan DPC 2020-06-22 14:53:50 +02:00 committed by GitHub
commit d22b80dc0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 33 additions and 7 deletions

View file

@ -1,4 +1,4 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/tab_2.rs:4:7
|
LL | """;
@ -8,3 +8,4 @@ LL | | }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0765`.

View file

@ -1,4 +1,4 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/issue-44078.rs:2:8
|
LL | "😊"";
@ -8,3 +8,4 @@ LL | | }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0765`.

View file

@ -1,4 +1,4 @@
error: unterminated double quote string
error[E0765]: unterminated double quote string
--> $DIR/unbalanced-doublequote.rs:5:5
|
LL | / "
@ -7,3 +7,4 @@ LL | | }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0765`.