diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2018-05-12 15:01:58 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-05-12 15:04:25 -0500 |
| commit | 9e905bc935a7609159706a4bdb16f2f38aa72c86 (patch) | |
| tree | 882837805d55f0f45a75a66e7dbe62b72eca6ab4 /src/doc/rustc-dev-guide | |
| parent | af56bb3f5e2edce5f41c7d9a77bf4a06f0019e2f (diff) | |
| download | rust-9e905bc935a7609159706a4bdb16f2f38aa72c86.tar.gz rust-9e905bc935a7609159706a4bdb16f2f38aa72c86.zip | |
remove have completed
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/hir.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/hir.md b/src/doc/rustc-dev-guide/src/hir.md index 51296e55e52..06ee5e10596 100644 --- a/src/doc/rustc-dev-guide/src/hir.md +++ b/src/doc/rustc-dev-guide/src/hir.md @@ -2,7 +2,7 @@ The HIR – "High-level IR" – is the primary IR used in most of rustc. It is a compiler-friendly representation of the abstract syntax tree (AST) that is -generated after parsing, macro expansion, and name resolution have completed. +generated after parsing, macro expansion, and name resolution. Many parts of HIR resemble Rust surface syntax quite closely, with the exception that some of Rust's expression forms have been desugared away. For example, `for` loops are converted into a `loop` and do not appear in the HIR. |
