diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-03 01:43:06 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-03 01:43:06 +0200 |
| commit | 842da5c1ae4225b39958912e136ee6e708f3c6c6 (patch) | |
| tree | d2fac66afaf3d34df389e33bd7a81b8bba0a426d /tests | |
| parent | 5c2a32296dea18b3e295b351c8375cd83d6d5643 (diff) | |
| download | rust-842da5c1ae4225b39958912e136ee6e708f3c6c6.tar.gz rust-842da5c1ae4225b39958912e136ee6e708f3c6c6.zip | |
structure the message
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/errors/wrong-target-spec.stderr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ui/errors/wrong-target-spec.stderr b/tests/ui/errors/wrong-target-spec.stderr index 35850a4adf2..98b03ae00cb 100644 --- a/tests/ui/errors/wrong-target-spec.stderr +++ b/tests/ui/errors/wrong-target-spec.stderr @@ -1,2 +1,4 @@ -error: error loading target specification: could not find specification for target "x86_64_unknown-linux-musl"; run `rustc --print target-list` for a list of built-in targets +error: error loading target specification: could not find specification for target "x86_64_unknown-linux-musl" + | + = help: run `rustc --print target-list` for a list of built-in targets |
