summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-closure-lifetime.stderr
blob: a100f689fb8d2c75a18cb9ac3c533d53bc7e4b64 (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

error: aborting due to previous error