File tree 1 file changed +2
-2
lines changed
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
35
35
./../libsyntax, where . is the current directory (that is, the parent
36
36
directory of front/, middle/, back/, and so on).
37
37
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
39
39
this file sequences the various parts together.
40
40
41
41
@@ -75,7 +75,7 @@ The 3 central data structures:
75
75
Control and information flow within the compiler:
76
76
-------------------------------------------------
77
77
78
- - main() in rustc.rc assumes control on startup. Options are
78
+ - main() in lib.rs assumes control on startup. Options are
79
79
parsed, platform is detected, etc.
80
80
81
81
- ./../libsyntax/parse/parser.rs parses the input files and produces an AST
You can’t perform that action at this time.
0 commit comments