summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-closure-lifetime.stderr
blob: 97219d5bba90cd5377a461a4214adca9e6a1fbd6 (plain)
1
2
3
4
5
6
7
8
error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `/`
  --> $DIR/removed-syntax-closure-lifetime.rs:13:22
   |
LL | type closure = Box<lt/fn()>;
   |                      ^ expected one of 7 possible tokens here

error: aborting due to previous error