Skip to content

Commit

Permalink
clarify a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
Orion Gonzalez committed Aug 28, 2024
1 parent e08fb5c commit d01757d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_driver_impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ fn run_compiler(
let early_exit = || early_exit().map(|_| None);

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

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

0 comments on commit d01757d

Please sign in to comment.