We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustfix-only-machine-applicable
1 parent e7998be commit 5ec72a2Copy full SHA for 5ec72a2
src/tests/ui.md
@@ -500,8 +500,8 @@ automatically with the `x test --bless` option.
500
501
The `run-rustfix` header will cause *all* suggestions to be applied, even
502
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.
+If this is a problem, then you can add the `rustfix-only-machine-applicable`
+header in addition to `run-rustfix`.
505
This should be used if there is a mixture of different suggestion levels, and
506
some of the non-machine-applicable ones do not apply cleanly.
507
0 commit comments