blob: 97219d5bba90cd5377a461a4214adca9e6a1fbd6 [file] [log] [blame]
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