This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/doc/rustc-dev-guide/src/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,14 +242,14 @@ source.
242242* ` force-host ` will force the test to build for the host platform instead of
243243 the target. This is useful primarily for auxiliary proc-macros, which need
244244 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.
246246 The default is ` normal ` if not specified.
247247* ` pretty-compare-only ` causes a pretty test to only compare the
248248 pretty-printed output. It will not try to compile the expanded output to
249249 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.
251251* ` 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
253253 resulting output (without codegen). This is needed because not all code can
254254 be compiled after being expanded. Pretty tests should specify this if they
255255 can. More history about this may be found in [ #23616 ] .
You can’t perform that action at this time.
0 commit comments