File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,9 @@ For more information about this error, try `rustc --explain E0999`.
148
148
There are a few other [ ` Applicability ` ] [ appl ] possibilities:
149
149
150
150
- ` 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\>\` ".
153
154
- ` MaybeIncorrect ` : Cannot be applied mechanically because the suggestion may
154
155
or may not be a good one.
155
156
- ` Unspecified ` : Cannot be applied mechanically because we don't know which
You can’t perform that action at this time.
0 commit comments