diff options
| author | kud1ing <github@kudling.de> | 2013-04-10 09:01:15 +0300 |
|---|---|---|
| committer | kud1ing <github@kudling.de> | 2013-04-10 09:01:15 +0300 |
| commit | 0fea2bd8a110bba08964ec3b050e18505a06e21a (patch) | |
| tree | e4cbc364e870c61a9673e00f613c9235ce533f8d | |
| parent | 6100bb5cba90091510298a314d1f48ede880367f (diff) | |
| download | rust-0fea2bd8a110bba08964ec3b050e18505a06e21a.tar.gz rust-0fea2bd8a110bba08964ec3b050e18505a06e21a.zip | |
README: "driver/rust.rs" => "rust.rc"
| -rw-r--r-- | src/librustc/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/README.txt b/src/librustc/README.txt index 9ac35aa4448..487a7927d27 100644 --- a/src/librustc/README.txt +++ b/src/librustc/README.txt @@ -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 |
