Skip to content

Commit 05f7b59

Browse files
committed
Re-worded intro paragraph to be more positive
1 parent 6fd728d commit 05f7b59

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

CONTRIBUTING.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,16 @@ $ RUST_BACKTRACE=1 rustc ...
8080

8181
## The Build System
8282

83-
The build system for Rust is complex. It covers bootstrapping the compiler,
84-
running tests, building documentation and more.
85-
86-
If Makefiles are your thing, all the configuration lives in
87-
[the `mk` directory][mkdir] in the project root. Is can be hard to follow
88-
in places, as it uses some advanced Make features which make for some
89-
challenging reading. If you have questions on the build system internals, try
90-
asking in [`#rust-internals`][pound-rust-internals].
83+
Rust's build system allows you to bootstrap the compiler, run tests &
84+
benchmarks, generate documentation, install a fresh build of Rust, and more.
85+
It's your best friend when working on Rust, allowing you to compile & test
86+
your contributions before submission.
87+
88+
All the configuration for the build system lives in [the `mk` directory][mkdir]
89+
in the project root. It can be hard to follow in places, as it uses some
90+
advanced Make features which make for some challenging reading. If you have
91+
questions on the build system internals, try asking in
92+
[`#rust-internals`][pound-rust-internals].
9193

9294
[mkdir]: https://github.com/rust-lang/rust/tree/master/mk/
9395

0 commit comments

Comments
 (0)