about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-06-04 12:07:56 -0400
committerGitHub <noreply@github.com>2021-06-04 12:07:56 -0400
commit3ed7f3f3745be54794fd7f54315a48fe6bb4014a (patch)
tree3e9b3a6eea073e6e960accaad59b27b4be9aaf3b /src/bootstrap
parent1d1b1ebefdc634054e5922ccf0b53bf3b0321cc3 (diff)
downloadrust-3ed7f3f3745be54794fd7f54315a48fe6bb4014a.tar.gz
rust-3ed7f3f3745be54794fd7f54315a48fe6bb4014a.zip
Improve error message
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
index b84621d1d12..1ea29a829c2 100644
--- a/src/bootstrap/lib.rs
+++ b/src/bootstrap/lib.rs
@@ -1366,7 +1366,7 @@ impl Build {
                 eprintln!(
                     "
 Couldn't find required command: ninja
-You should install ninja, or set ninja=false in config.toml under the [llvm] section.
+You should install ninja, or set `ninja=false` in config.toml in the `[llvm]` section.
 "
                 );
                 std::process::exit(1);