Feed the features_query
instead of grabbing it from the session lazily
This commit is contained in:
parent
fbe2d5aad2
commit
d36db0d2a0
6 changed files with 5 additions and 5 deletions
|
@ -834,6 +834,7 @@ pub fn create_global_ctxt<'tcx>(
|
|||
);
|
||||
feed.resolutions(tcx.arena.alloc(untracked_resolutions));
|
||||
feed.output_filenames(tcx.arena.alloc(std::sync::Arc::new(outputs)));
|
||||
feed.features_query(sess.features_untracked());
|
||||
let feed = tcx.feed_local_crate();
|
||||
feed.crate_name(crate_name);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue