Skip to content

Commit 2fb1dee

Browse files
committed
Auto merge of #85104 - hi-rustin:rustin-patch-typo, r=jonas-schievink
Fix typo
2 parents 00f2bf4 + fc544ab commit 2fb1dee

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_parse/src/parser

1 file changed

+1
-1
lines changed

compiler/rustc_parse/src/parser/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ impl<'a> Parser<'a> {
10771077
let span = expr.span;
10781078

10791079
match &expr.kind {
1080-
// Not gated to supporte things like `doc = $expr` that work on stable.
1080+
// Not gated to support things like `doc = $expr` that work on stable.
10811081
_ if is_interpolated_expr => {}
10821082
ExprKind::Lit(lit) if lit.kind.is_unsuffixed() => {}
10831083
_ => self.sess.gated_spans.gate(sym::extended_key_value_attributes, span),

0 commit comments

Comments
 (0)