Rollup merge of #83711 - JohnTitor:more-friendly-unknown-target-error, r=davidtwco
Clarify `--print target-list` is a rustc's option Fixes #68238
This commit is contained in:
commit
1ef52ac5f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue