]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/unicode-quote-chars.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / unicode-quote-chars.rs
index 69644211b8a11c750ed94a70c46a338f4a62a34a..1812dad81afc34b92c0f1a998d8447e86be5ba9c 100644 (file)
@@ -4,4 +4,7 @@ fn main() {
     println!(“hello world”);
     //~^ ERROR unknown start of token: \u{201c}
     //~^^ HELP Unicode characters '“' (Left Double Quotation Mark) and '”' (Right Double Quotation Mark) look like '"' (Quotation Mark), but are not
+    //~^^^ ERROR unknown start of token: \u{201d}
+    //~^^^^ HELP Unicode character '”' (Right Double Quotation Mark) looks like '"' (Quotation Mark), but it is not
+    //~^^^^^ ERROR expected token: `,`
 }