mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
Auto merge of #85104 - hi-rustin:rustin-patch-typo, r=jonas-schievink
Fix typo
This commit is contained in:
commit
2fb1dee14b
@ -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…
Reference in New Issue
Block a user