Fix some whitespace (#677)

This commit is contained in:
Who? Me?! 2020-04-18 11:40:16 -05:00 committed by GitHub
parent e927db936f
commit bc5445760e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -331,13 +331,12 @@ stage-1 bootstrapping compiler will support them.
# Unresolved Questions
- Does LLVM ever do optimizations in debug builds?
- How do I explore phases of the compile process in my own sources (lexer,
parser, HIR, etc)? - e.g., `cargo rustc -- -Zunpretty=hir-tree` allows you to
view HIR representation
- What is the main source entry point for `X`?
- Where do phases diverge for cross-compilation to machine code across
- Where do phases diverge for cross-compilation to machine code across
different platforms?
# References