Skip to content

Commit

Permalink
Auto merge of rust-lang#85104 - hi-rustin:rustin-patch-typo, r=jonas-…
Browse files Browse the repository at this point in the history
…schievink

Fix typo
  • Loading branch information
bors committed May 10, 2021
2 parents 00f2bf4 + fc544ab commit 2fb1dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_parse/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 2fb1dee

Please sign in to comment.