We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73ba2dd + 46fd8df commit 18c2d23Copy full SHA for 18c2d23
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