File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,14 +242,14 @@ source.
242
242
* ` force-host ` will force the test to build for the host platform instead of
243
243
the target. This is useful primarily for auxiliary proc-macros, which need
244
244
to be loaded by the host compiler.
245
- * ` pretty-mode ` for pretty-print tests specifies the mode it should run in.
245
+ * ` pretty-mode ` specifies the mode pretty-print tests should run in.
246
246
The default is ` normal ` if not specified.
247
247
* ` pretty-compare-only ` causes a pretty test to only compare the
248
248
pretty-printed output. It will not try to compile the expanded output to
249
249
typecheck it. This is needed for a pretty-mode that does not expand to valid
250
- rust , or for other situations where the expanded output cannot be compiled.
250
+ Rust , or for other situations where the expanded output cannot be compiled.
251
251
* ` pretty-expanded ` allows a pretty test to also run with
252
- ` -Zunpretty=expanded ` as a final step, and will also try to compile the
252
+ ` -Zunpretty=expanded ` as a final step. It will also try to compile the
253
253
resulting output (without codegen). This is needed because not all code can
254
254
be compiled after being expanded. Pretty tests should specify this if they
255
255
can. More history about this may be found in [ #23616 ] .
You can’t perform that action at this time.
0 commit comments