提交 bd4d5ec7 编写于 作者: V Vadim Petrochenkov

Better comments for FIXMEs

上级 65aeafa2
......@@ -1357,10 +1357,10 @@ pub fn parse_ty_no_plus(&mut self) -> PResult<'a, P<Ty>> {
self.expect_and()?;
self.parse_borrowed_pointee()?
} else if self.check_keyword(keywords::For) {
// FIXME plus priority
// FIXME `+` has incorrect priority in trait object types starting with `for` (#39317).
self.parse_for_in_type()?
} else if self.eat_keyword(keywords::Impl) {
// FIXME plus priority
// FIXME figure out priority of `+` in `impl Trait1 + Trait2` (#34511).
self.parse_impl_trait_type()?
} else if self.token_is_bare_fn_keyword() {
// BARE FUNCTION
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册