Skip to content

Commit 79ebdb7

Browse files
zackmdavismark-i-m
authored andcommitted
"and has" → "because it has"
1 parent 196d10e commit 79ebdb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/diag.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ For more information about this error, try `rustc --explain E0999`.
148148
There are a few other [`Applicability`][appl] possibilities:
149149

150150
- `MachineApplicable`: Can be applied mechanically.
151-
- `HasPlaceholders`: Cannot be applied mechanically and has placeholder text in
152-
the suggestions. For example, "Try adding a type: \`let x: \<type\>\`".
151+
- `HasPlaceholders`: Cannot be applied mechanically because it has placeholder
152+
text in the suggestions. For example, "Try adding a type: \`let x:
153+
\<type\>\`".
153154
- `MaybeIncorrect`: Cannot be applied mechanically because the suggestion may
154155
or may not be a good one.
155156
- `Unspecified`: Cannot be applied mechanically because we don't know which

0 commit comments

Comments
 (0)