diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-03 01:07:55 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-03 01:07:55 +0200 |
| commit | 5c2a32296dea18b3e295b351c8375cd83d6d5643 (patch) | |
| tree | 29591a2343c57815165a2c7a72055bc431c7b953 /compiler/rustc_session | |
| parent | ae9173d7dd4a31806c950c90dcc331f1508b4d17 (diff) | |
| download | rust-5c2a32296dea18b3e295b351c8375cd83d6d5643.tar.gz rust-5c2a32296dea18b3e295b351c8375cd83d6d5643.zip | |
use lower case to match other error messages
Diffstat (limited to 'compiler/rustc_session')
| -rw-r--r-- | compiler/rustc_session/src/config.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_session/src/config.rs b/compiler/rustc_session/src/config.rs index ed336cc5596..3e2579b3f1d 100644 --- a/compiler/rustc_session/src/config.rs +++ b/compiler/rustc_session/src/config.rs @@ -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" )), } } |
