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

error: aborting due to previous error