diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-08-08 18:59:11 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-08-12 15:28:38 +0000 |
| commit | bc9ca2902ea3fa25b93989ccfae737a40db3c544 (patch) | |
| tree | 756b46592028cdad9fab1e7c5fc207aa02e5e58d /src/bootstrap | |
| parent | 754f565fe298047695e150b7a01faca3264d9e6a (diff) | |
clarify that `--rustc-args` is for compiletest tests
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/core/config/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/config/flags.rs b/src/bootstrap/src/core/config/flags.rs index 19f752da81c..e42b86bc3ae 100644 --- a/src/bootstrap/src/core/config/flags.rs +++ b/src/bootstrap/src/core/config/flags.rs @@ -347,7 +347,7 @@ pub enum Subcommand { /// extra arguments to be passed for the test tool being used /// (e.g. libtest, compiletest or rustdoc) test_args: Vec<String>, - /// extra options to pass the compiler when running tests + /// extra options to pass the compiler when running compiletest tests #[arg(long, value_name = "ARGS", allow_hyphen_values(true))] rustc_args: Vec<String>, #[arg(long)] |
