blob: 4a09ed75605e41463690662e51f50a1a9d4aa5cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error: unknown start of token: \u{201c}
--> $DIR/unicode-quote-chars.rs:4:14
|
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: aborting due to previous error
|