File tree 1 file changed +2
-2
lines changed
src/doc/rustc-dev-guide/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -377,14 +377,14 @@ For more details on bootstrapping, see
377
377
- Main entry point: [ ` rustc_lexer::first_token ` ] ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lexer/fn.first_token.html )
378
378
- Parsing: Parse the stream of tokens to an Abstract Syntax Tree (AST)
379
379
- Guide: [ Lexing and Parsing] ( https://rustc-dev-guide.rust-lang.org/the-parser.html )
380
+ - Guide: [ Macro Expansion] ( https://rustc-dev-guide.rust-lang.org/macro-expansion.html )
381
+ - Guide: [ Name Resolution] ( https://rustc-dev-guide.rust-lang.org/name-resolution.html )
380
382
- Parser definition: [ ` rustc_parse ` ] ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_parse/index.html )
381
383
- Main entry points:
382
384
- [ Entry point for first file in crate] ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_interface/passes/fn.parse.html )
383
385
- [ Entry point for outline module parsing] ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/module/fn.parse_external_mod.html )
384
386
- [ Entry point for macro fragments] [ parse_nonterminal ]
385
387
- AST definition: [ ` rustc_ast ` ] ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/index.html )
386
- - Expansion: ** TODO**
387
- - Name Resolution: ** TODO**
388
388
- Feature gating: ** TODO**
389
389
- Early linting: ** TODO**
390
390
- The High Level Intermediate Representation (HIR)
You can’t perform that action at this time.
0 commit comments