File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
3636directory 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
3939this file sequences the various parts together.
4040
4141
@@ -75,7 +75,7 @@ The 3 central data structures:
7575Control 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
You can’t perform that action at this time.
0 commit comments