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 2f4e10c commit 344c4e4Copy full SHA for 344c4e4
src/high-level-overview.md
@@ -96,7 +96,7 @@ take:
96
1. **Parsing input**
97
- this processes the `.rs` files and produces the AST
98
("abstract syntax tree")
99
- - the AST is defined in `syntax/ast.rs`. It is intended to match the lexical
+ - the AST is defined in `src/libsyntax/ast.rs`. It is intended to match the lexical
100
syntax of the Rust language quite closely.
101
2. **Name resolution, macro expansion, and configuration**
102
- once parsing is complete, we process the AST recursively, resolving
0 commit comments