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 authored Sep 13, 2019
2 parents cd214aa + a47a5c3 commit 8ccaf76
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 8ccaf76

Please sign in to comment.