Skip to content

Commit

Permalink
Rollup merge of #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 13, 2019
2 parents 6143b15 + a47a5c3 commit bdc6271
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 bdc6271

Please sign in to comment.