Remove output_filenames
field from TyCtxt and feed the query instead
This commit is contained in:
parent
33b6a7790e
commit
fbe2d5aad2
4 changed files with 4 additions and 9 deletions
|
@ -1857,7 +1857,7 @@ rustc_queries! {
|
|||
/// This query returns an `&Arc` because codegen backends need the value even after the `TyCtxt`
|
||||
/// has been destroyed.
|
||||
query output_filenames(_: ()) -> &'tcx Arc<OutputFilenames> {
|
||||
eval_always
|
||||
feedable
|
||||
desc { "getting output filenames" }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue