Skip to content

Commit b96b61b

Browse files
committed
Restore newlines in creader.rs
1 parent a6cf4f6 commit b96b61b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/rustc_metadata/src/creader.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ impl<'a, 'tcx> CrateLoader<'a, 'tcx> {
502502
};
503503

504504
// Load the proc macro crate for the host
505+
505506
locator.reset();
506507
locator.is_proc_macro = true;
507508
locator.target = &self.sess.host;
@@ -512,6 +513,7 @@ impl<'a, 'tcx> CrateLoader<'a, 'tcx> {
512513
let Some(host_result) = self.load(locator)? else {
513514
return Ok(None);
514515
};
516+
515517
Ok(Some(if self.sess.opts.unstable_opts.dual_proc_macros {
516518
let host_result = match host_result {
517519
LoadResult::Previous(..) => {

0 commit comments

Comments
 (0)