]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/unicode-quote-chars.stderr
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
[rust.git] / src / test / ui / parser / unicode-quote-chars.stderr
index 04ea0c6e95f3987da93ac7683611254bfb57cba7..092abeb53cd405dbe0ded78c4480da97055bc738 100644 (file)
@@ -7,7 +7,7 @@ LL |     println!(“hello world”);
 help: Unicode characters '“' (Left Double Quotation Mark) and '”' (Right Double Quotation Mark) look like '"' (Quotation Mark), but are not
    |
 LL |     println!("hello world");
-   |              ^^^^^^^^^^^^^
+   |              ~~~~~~~~~~~~~
 
 error: unknown start of token: \u{201d}
   --> $DIR/unicode-quote-chars.rs:2:26
@@ -18,7 +18,7 @@ LL |     println!(“hello world”);
 help: Unicode character '”' (Right Double Quotation Mark) looks like '"' (Quotation Mark), but it is not
    |
 LL |     println!(“hello world");
-   |                          ^
+   |                          ~
 
 error: expected `,`, found `world`
   --> $DIR/unicode-quote-chars.rs:2:21