Skip to content

Commit d01757d

Browse files
author
Orion Gonzalez
committed
clarify a few things
1 parent e08fb5c commit d01757d

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_driver_impl/src

1 file changed

+1
-0
lines changed

compiler/rustc_driver_impl/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ fn run_compiler(
393393
let early_exit = || early_exit().map(|_| None);
394394

395395
// Parse the crate root source code (doesn't parse submodules yet)
396+
// Everything else is parsed during macro expansion.
396397
queries.parse()?;
397398

398399
// If pretty printing is requested: Figure out the representation, print it and exit

0 commit comments

Comments
 (0)