Auto merge of #85104 - hi-rustin:rustin-patch-typo, r=jonas-schievink

Fix typo
This commit is contained in:
bors 2021-05-10 07:15:23 +00:00
commit 2fb1dee14b

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),