mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
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
@ -953,7 +953,7 @@ pub fn build_target_config(opts: &Options, target_override: Option<Target>) -> T
|
|||||||
opts.error_format,
|
opts.error_format,
|
||||||
&format!(
|
&format!(
|
||||||
"Error loading target specification: {}. \
|
"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
|
e
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user