We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00f2bf4 + fc544ab commit 2fb1deeCopy full SHA for 2fb1dee
compiler/rustc_parse/src/parser/mod.rs
@@ -1077,7 +1077,7 @@ impl<'a> Parser<'a> {
1077
let span = expr.span;
1078
1079
match &expr.kind {
1080
- // Not gated to supporte things like `doc = $expr` that work on stable.
+ // Not gated to support things like `doc = $expr` that work on stable.
1081
_ if is_interpolated_expr => {}
1082
ExprKind::Lit(lit) if lit.kind.is_unsuffixed() => {}
1083
_ => self.sess.gated_spans.gate(sym::extended_key_value_attributes, span),
0 commit comments