Prepend temp files with a string per invocation of rustc
This commit is contained in:
parent
effef88ac7
commit
9c372d8940
17 changed files with 260 additions and 50 deletions
|
@ -800,6 +800,7 @@ pub fn create_and_enter_global_ctxt<T, F: for<'tcx> FnOnce(TyCtxt<'tcx>) -> T>(
|
|||
sess.opts.cg.metadata.clone(),
|
||||
sess.cfg_version,
|
||||
);
|
||||
|
||||
let outputs = util::build_output_filenames(&pre_configured_attrs, sess);
|
||||
|
||||
let dep_type = DepsType { dep_names: rustc_query_impl::dep_kind_names() };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue