X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_driver%2FREADME.md;h=6d7fba36fb3d071f182ab20a105e485a0f2efc47;hb=56ee85274e5a3a4dda92f3bf73d1664c74ff9c15;hp=37dc7f6ba5fe4b06d1654ee4e686ecb7ce60e577;hpb=bec75389a395798c5779f70517f4ad9a5878aee1;p=rust.git diff --git a/compiler/rustc_driver/README.md b/compiler/rustc_driver/README.md index 37dc7f6ba5f..6d7fba36fb3 100644 --- a/compiler/rustc_driver/README.md +++ b/compiler/rustc_driver/README.md @@ -1,5 +1,5 @@ The `driver` crate is effectively the "main" function for the rust -compiler. It orchestrates the compilation process and "knits together" +compiler. It orchestrates the compilation process and "knits together" the code from the other crates within rustc. This crate itself does not contain any of the "main logic" of the compiler (though it does have some code related to pretty printing or other minor compiler