We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f2a5b commit eb90c9cCopy full SHA for eb90c9c
src/diagnostics.md
@@ -459,8 +459,8 @@ The possible values of [`Applicability`][appl] are:
459
460
- `MachineApplicable`: Can be applied mechanically.
461
- `HasPlaceholders`: Cannot be applied mechanically because it has placeholder
462
- text in the suggestions. For example: ``try adding a type: `let x:
463
- <type>` ``.
+ text in the suggestions. For example: ```try adding a type: `let x:
+ <type>` ```.
464
- `MaybeIncorrect`: Cannot be applied mechanically because the suggestion may
465
or may not be a good one.
466
- `Unspecified`: Cannot be applied mechanically because we don't know which
0 commit comments