README: "driver/rust.rs" => "rust.rc"

This commit is contained in:
kud1ing 2013-04-10 09:01:15 +03:00
parent 6100bb5cba
commit 0fea2bd8a1

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