rust/tests/ui/parser/removed-syntax/removed-syntax-closure-lifetime.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
115 B
Rust
Raw Normal View History

2015-08-05 21:18:29 +00:00
type closure = Box<lt/fn()>;
2020-11-21 14:44:06 +00:00
//~^ ERROR expected one of `!`, `(`, `+`, `,`, `::`, `:`, `<`, `=`, or `>`, found `/`