auto merge of #5812 : kud1ing/rust/patch-1, r=sanxiyn

"driver/rustc.rs" does not exist anymore
This commit is contained in:
bors 2013-04-10 00:51:57 -07:00
commit 7222801234

View file

@ -75,7 +75,7 @@ The 3 central data structures:
Control and information flow within the compiler:
-------------------------------------------------
- main() in driver/rustc.rs assumes control on startup. Options are
- main() in rustc.rc assumes control on startup. Options are
parsed, platform is detected, etc.
- libsyntax/parse/parser.rs parses the input files and produces an AST