Correct the entry point in librustc/README.md
This commit is contained in:
parent
441b3f0c26
commit
b2a38c3b91
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue