Skip to content

Commit 344c4e4

Browse files
yui-knkmark-i-m
authored andcommittedDec 1, 2018
Fix the file path where AST is defined
1 parent 2f4e10c commit 344c4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/high-level-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ take:
9696
1. **Parsing input**
9797
- this processes the `.rs` files and produces the AST
9898
("abstract syntax tree")
99-
- the AST is defined in `syntax/ast.rs`. It is intended to match the lexical
99+
- the AST is defined in `src/libsyntax/ast.rs`. It is intended to match the lexical
100100
syntax of the Rust language quite closely.
101101
2. **Name resolution, macro expansion, and configuration**
102102
- once parsing is complete, we process the AST recursively, resolving

0 commit comments

Comments
 (0)
Please sign in to comment.