Skip to content

Commit

Permalink
Rollup merge of rust-lang#64425 - guanqun:typo-fix, r=matthewjasper
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
Centril committed Sep 14, 2019
2 parents 70787c7 + a47a5c3 commit 4398eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/hir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub enum ParamName {
Fresh(usize),

/// Indicates an illegal name was given and an error has been
/// repored (so we should squelch other derived errors). Occurs
/// reported (so we should squelch other derived errors). Occurs
/// when, e.g., `'_` is used in the wrong place.
Error,
}
Expand Down

0 comments on commit 4398eb7

Please sign in to comment.