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.
1 parent f43ac06 commit a47a5c3Copy full SHA for a47a5c3
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