summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-closure-lifetime.rs
blob: ceac94080062d0b6a459a5d8287ce4e4eba61d73 (plain)
1
2
type closure = Box<lt/fn()>;
//~^ ERROR expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `/`