Auto merge of #85104 - hi-rustin:rustin-patch-typo, r=jonas-schievink
Fix typo
This commit is contained in:
commit
2fb1dee14b
1 changed files with 1 additions and 1 deletions
|
@ -1077,7 +1077,7 @@ impl<'a> Parser<'a> {
|
|||
let span = expr.span;
|
||||
|
||||
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 => {}
|
||||
ExprKind::Lit(lit) if lit.kind.is_unsuffixed() => {}
|
||||
_ => self.sess.gated_spans.gate(sym::extended_key_value_attributes, span),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue