We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08fb5c commit d01757dCopy full SHA for d01757d
compiler/rustc_driver_impl/src/lib.rs
@@ -393,6 +393,7 @@ fn run_compiler(
393
let early_exit = || early_exit().map(|_| None);
394
395
// Parse the crate root source code (doesn't parse submodules yet)
396
+ // Everything else is parsed during macro expansion.
397
queries.parse()?;
398
399
// If pretty printing is requested: Figure out the representation, print it and exit
0 commit comments