Skip to content

Commit a1cb8dc

Browse files
committed
auto merge of #11275 : matt-auld/rust/update_readme, r=pcwalton
2 parents 8d47190 + 33c7d76 commit a1cb8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/README.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ASTs -- are in a separate crate called "syntax", whose files are in
3535
./../libsyntax, where . is the current directory (that is, the parent
3636
directory of front/, middle/, back/, and so on).
3737

38-
The entry-point for the compiler is main() in rustc.rc, and
38+
The entry-point for the compiler is main() in lib.rs, and
3939
this file sequences the various parts together.
4040

4141

@@ -75,7 +75,7 @@ The 3 central data structures:
7575
Control and information flow within the compiler:
7676
-------------------------------------------------
7777

78-
- main() in rustc.rc assumes control on startup. Options are
78+
- main() in lib.rs assumes control on startup. Options are
7979
parsed, platform is detected, etc.
8080

8181
- ./../libsyntax/parse/parser.rs parses the input files and produces an AST

0 commit comments

Comments
 (0)