Skip to content

Commit 5ec72a2

Browse files
authored
Fix note about compiletest header rustfix-only-machine-applicable (#1998)
1 parent e7998be commit 5ec72a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/ui.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,8 @@ automatically with the `x test --bless` option.
500500

501501
The `run-rustfix` header will cause *all* suggestions to be applied, even
502502
if they are not [`MachineApplicable`](../diagnostics.md#suggestions).
503-
If this is a problem, then you can instead use the `rustfix-only-machine-applicable`
504-
header.
503+
If this is a problem, then you can add the `rustfix-only-machine-applicable`
504+
header in addition to `run-rustfix`.
505505
This should be used if there is a mixture of different suggestion levels, and
506506
some of the non-machine-applicable ones do not apply cleanly.
507507

0 commit comments

Comments
 (0)