diff options
| author | JohnTitor <jtitor@2k36.org> | 2021-04-01 01:59:50 +0900 |
|---|---|---|
| committer | JohnTitor <jtitor@2k36.org> | 2021-04-01 01:59:50 +0900 |
| commit | 82c6709d6fe46f6b7f2e7dc14e42eac1b5543080 (patch) | |
| tree | 44d8c04146d211bf54dd46792db7777e46a0fdbd | |
| parent | a5029ac0ab372aec515db2e718da6d7787f3d122 (diff) | |
| download | rust-82c6709d6fe46f6b7f2e7dc14e42eac1b5543080.tar.gz rust-82c6709d6fe46f6b7f2e7dc14e42eac1b5543080.zip | |
Clarify `--print target-list` is a rustc's option
| -rw-r--r-- | compiler/rustc_session/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/config.rs b/compiler/rustc_session/src/config.rs index 6540d461047..3692219cb6d 100644 --- a/compiler/rustc_session/src/config.rs +++ b/compiler/rustc_session/src/config.rs @@ -953,7 +953,7 @@ pub fn build_target_config(opts: &Options, target_override: Option<Target>) -> T opts.error_format, &format!( "Error loading target specification: {}. \ - Use `--print target-list` for a list of built-in targets", + Run `rustc --print target-list` for a list of built-in targets", e ), ) |
