rustc does not parse lifetime bounds that aren't the last bound of a trait object: ``` Rust fn f() -> Box<'static+std::fmt::Show> { unreachable!() } ``` Gives: `error: expected type, found token BINOP(PLUS)`