Add missing closing paren (#705)

This commit is contained in:
Jade McGough 2020-05-16 18:19:52 -07:00 committed by GitHub
parent 8e126df6fe
commit 7fb45e52e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ The result is that compiling `rustc` is done in stages:
the symbol names used in the compiler source may not match the
symbol names that would have been made by the stage1 compiler.
This can be important when using dynamic linking (e.g., with
derives. Sometimes this means that some tests don't work when run
derives). Sometimes this means that some tests don't work when run
with stage1.
- **Stage 2:** we rebuild our stage1 compiler with itself to produce
the stage2 compiler (i.e. it builds itself) to have all the _latest