"and has" → "because it has"

This commit is contained in:
Zack M. Davis 2018-06-30 17:03:08 -07:00 committed by Who? Me?!
parent a66550e48e
commit c4f4159f1d
1 changed files with 3 additions and 2 deletions

View File

@ -148,8 +148,9 @@ For more information about this error, try `rustc --explain E0999`.
There are a few other [`Applicability`][appl] possibilities:
- `MachineApplicable`: Can be applied mechanically.
- `HasPlaceholders`: Cannot be applied mechanically and has placeholder text in
the suggestions. For example, "Try adding a type: \`let x: \<type\>\`".
- `HasPlaceholders`: Cannot be applied mechanically because it has placeholder
text in the suggestions. For example, "Try adding a type: \`let x:
\<type\>\`".
- `MaybeIncorrect`: Cannot be applied mechanically because the suggestion may
or may not be a good one.
- `Unspecified`: Cannot be applied mechanically because we don't know which