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

error: aborting due to previous error