Skip to content

Commit 3ed7f3f

Browse files
jyn514joshtriplett
andauthored
Improve error message
Co-authored-by: Josh Triplett <[email protected]>
1 parent 1d1b1eb commit 3ed7f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ impl Build {
13661366
eprintln!(
13671367
"
13681368
Couldn't find required command: ninja
1369-
You should install ninja, or set ninja=false in config.toml under the [llvm] section.
1369+
You should install ninja, or set `ninja=false` in config.toml in the `[llvm]` section.
13701370
"
13711371
);
13721372
std::process::exit(1);

0 commit comments

Comments
 (0)