Clarify --print target-list
is a rustc's option
This commit is contained in:
parent
a5029ac0ab
commit
82c6709d6f
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,
|
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…
Add table
Add a link
Reference in a new issue