1
Fork 0

Clarify --print target-list is a rustc's option

This commit is contained in:
JohnTitor 2021-04-01 01:59:50 +09:00
parent a5029ac0ab
commit 82c6709d6f

View file

@ -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
), ),
) )