We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01e22e commit 986dd07Copy full SHA for 986dd07
src/librustc_driver/driver.rs
@@ -780,7 +780,7 @@ pub fn phase_2_configure_and_expand<F>(sess: &Session,
780
hir_map::Forest::new(hir_crate, &sess.dep_graph)
781
});
782
783
- // Discard hygiene data, which isn't required past lowering to HIR.
+ // Discard hygiene data, which isn't required after lowering to HIR.
784
if !keep_hygiene_data(sess) {
785
syntax::ext::hygiene::reset_hygiene_data();
786
}
0 commit comments