Skip to content

Commit 8ccaf76

Browse files
authored
Rollup merge of rust-lang#64425 - guanqun:typo-fix, r=matthewjasper
typo fix
2 parents cd214aa + a47a5c3 commit 8ccaf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub enum ParamName {
190190
Fresh(usize),
191191

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

0 commit comments

Comments
 (0)