1
Fork 0

use lower case to match other error messages

This commit is contained in:
Tshepang Mbambo 2025-04-03 01:07:55 +02:00
parent ae9173d7dd
commit 5c2a32296d
5 changed files with 6 additions and 6 deletions

View file

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