This commit is contained in:
hi-rustin 2021-05-09 12:24:58 +08:00
parent d6d028369b
commit fc544abe03

View File

@ -1077,7 +1077,7 @@ impl<'a> Parser<'a> {
let span = expr.span; let span = expr.span;
match &expr.kind { match &expr.kind {
// Not gated to supporte things like `doc = $expr` that work on stable. // Not gated to support things like `doc = $expr` that work on stable.
_ if is_interpolated_expr => {} _ if is_interpolated_expr => {}
ExprKind::Lit(lit) if lit.kind.is_unsuffixed() => {} ExprKind::Lit(lit) if lit.kind.is_unsuffixed() => {}
_ => self.sess.gated_spans.gate(sym::extended_key_value_attributes, span), _ => self.sess.gated_spans.gate(sym::extended_key_value_attributes, span),