]> git.proxmox.com Git - rustc.git/blob - src/test/ui/span/issue-81800.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / span / issue-81800.stderr
1 error: unknown start of token: \u{2c2}
2 --> $DIR/issue-81800.rs:1:5
3 |
4 LL | fn x˂-
5 | ^
6 |
7 help: Unicode character '˂' (Modifier Letter Left Arrowhead) looks like '<' (Less-Than Sign), but it is not
8 |
9 LL | fn x<-
10 | ~
11
12 error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `-`
13 --> $DIR/issue-81800.rs:1:6
14 |
15 LL | fn x˂-
16 | ^ expected one of `#`, `>`, `const`, identifier, or lifetime
17
18 error: aborting due to 2 previous errors
19