]> git.lizzy.rs Git - rust.git/blob - tests/ui/span/issue-81800.stderr
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / 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