We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446c7ed commit 61ce997Copy full SHA for 61ce997
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 73ba2dd4c762417ece7bb79ff779f8d3b6d03af3
+refs/heads/master: 46fd8dfe2157e56f6282dcc08661b2073a07632b
trunk/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