File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,11 @@ source.
169
169
source is compiled, and this compilation is required to succeed.
170
170
The ` .fixed ` file can also be generated automatically with the
171
171
` --bless ` option, described in [ this section] [ bless ] .
172
+ * ` rustfix-only-machine-applicable ` is equivalent to ` run-rustfix ` except it
173
+ will only apply [ ` MachineApplicable ` ] ( ../diagnostics.md#suggestions )
174
+ suggestions. ` run-rustfix ` will apply * all* suggestions. This should be used
175
+ if there is a mixture of different suggestion levels, and some of the
176
+ non-machine-applicable ones do not apply cleanly.
172
177
* ` min-gdb-version ` specifies the minimum gdb version required for
173
178
this test; see also ` ignore-gdb-version `
174
179
* ` min-lldb-version ` specifies the minimum lldb version required for
You can’t perform that action at this time.
0 commit comments