9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
|
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
|
||
|
|