use lower case to match other error messages
This commit is contained in:
parent
ae9173d7dd
commit
5c2a32296d
5 changed files with 6 additions and 6 deletions
|
@ -1424,8 +1424,8 @@ pub fn build_target_config(
|
|||
target
|
||||
}
|
||||
Err(e) => early_dcx.early_fatal(format!(
|
||||
"Error loading target specification: {e}. \
|
||||
Run `rustc --print target-list` for a list of built-in targets"
|
||||
"error loading target specification: {e}; \
|
||||
run `rustc --print target-list` for a list of built-in targets"
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue