rust/tests/ui/parser/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 14:18:29 -07:00
type closure = Box<lt/fn()>;
2020-11-21 15:44:06 +01:00
//~^ ERROR expected one of `!`, `(`, `+`, `,`, `::`, `:`, `<`, `=`, or `>`, found `/`