File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments