rollup merge of #24911: GBGamer/patch-4

This commit is contained in:
Alex Crichton 2015-04-29 15:45:46 -07:00
commit fa661286db

View file

@ -71,7 +71,7 @@ The rustc crate itself consists of the following submodules
- util: ubiquitous types and helper functions
- lib: bindings to LLVM
The entry-point for the compiler is main() in the librustc_trans
The entry-point for the compiler is main() in the librustc_driver
crate.
The 3 central data structures: