]> git.proxmox.com Git - rustc.git/blobdiff - src/bootstrap/bin/main.rs
New upstream version 1.17.0+dfsg1
[rustc.git] / src / bootstrap / bin / main.rs
index c47f4fd8ec64b8f288855ae6638e56a3142bd68b..5ca5ce1648f2fc80ee0735f723dc5523333a2e26 100644 (file)
@@ -11,8 +11,8 @@
 //! rustbuild, the Rust build system
 //!
 //! This is the entry point for the build system used to compile the `rustc`
-//! compiler. Lots of documentation can be found in the `README.md` file next to
-//! this file, and otherwise documentation can be found throughout the `build`
+//! compiler. Lots of documentation can be found in the `README.md` file in the
+//! parent directory, and otherwise documentation can be found throughout the `build`
 //! directory in each respective module.
 
 #![deny(warnings)]