summary refs log tree commit diff
path: root/src/test/ui/parser/unicode-quote-chars.stderr
blob: 315e20cf854cda13d1fcfb63fa9fb1d6fc37b5cf (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