// run-pass struct Parser<'a>(Box); fn main() { let _x = Parser(Box::new(|_|{})); }