We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ba2dd commit 46fd8dfCopy full SHA for 46fd8df
src/comp/README
@@ -92,7 +92,7 @@ Comparison with rustboot
92
93
Rustc is written in a more "functional" style than rustboot; each rustc pass
94
tends to depend only on the AST it's given as input, which it does not mutate.
95
-Calculations flow from one pase to another by repeatedly rebuilding the AST
+Calculations flow from one phase to another by repeatedly rebuilding the AST
96
with additional annotations.
97
98
Rustboot normalizes to a statement-centric AST. Rustc uses an
0 commit comments