Skip to content

Commit fc544ab

Browse files
committed
Fix typo
1 parent d6d0283 commit fc544ab

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)