We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6143b15 + a47a5c3 commit bdc6271Copy full SHA for bdc6271
src/librustc/hir/mod.rs
@@ -190,7 +190,7 @@ pub enum ParamName {
190
Fresh(usize),
191
192
/// Indicates an illegal name was given and an error has been
193
- /// repored (so we should squelch other derived errors). Occurs
+ /// reported (so we should squelch other derived errors). Occurs
194
/// when, e.g., `'_` is used in the wrong place.
195
Error,
196
}
0 commit comments