Skip to content

Commit

Permalink
Reflect x.py test's --rustc-args option being renamed to `--compi…
Browse files Browse the repository at this point in the history
…letest-rustc-args` (#2062)
  • Loading branch information
dianne committed Sep 12, 2024
1 parent da18f77 commit d39f68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ It can sometimes be useful to run some tests with specific compiler arguments,
without using `RUSTFLAGS` (during development of unstable features, with `-Z`
flags, for example).

This can be done with `./x test`'s `--rustc-args` option, to pass additional
arguments to the compiler when building the tests.
This can be done with `./x test`'s `--compiletest-rustc-args` option, to pass
additional arguments to the compiler when building the tests.

## Editing and updating the reference files

Expand Down

0 comments on commit d39f68b

Please sign in to comment.