]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_driver/README.md
New upstream version 1.68.2+dfsg1
[rustc.git] / compiler / rustc_driver / README.md
CommitLineData
ea8adc8c 1The `driver` crate is effectively the "main" function for the rust
9c376795 2compiler. It orchestrates the compilation process and "knits together"
ea8adc8c
XL
3the code from the other crates within rustc. This crate itself does
4not contain any of the "main logic" of the compiler (though it does
5have some code related to pretty printing or other minor compiler
6options).
7
ba9703b0 8For more information about how the driver works, see the [rustc dev guide].
ea8adc8c 9
ba9703b0 10[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/rustc-driver.html