1
Fork 0

Rollup merge of #64425 - guanqun:typo-fix, r=matthewjasper

typo fix
This commit is contained in:
Mazdak Farrokhzad 2019-09-14 16:42:38 +02:00 committed by GitHub
commit 4398eb7b54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}