This commit is contained in:
Wesley Wiser 2019-08-14 08:08:17 -04:00
parent 4d62545687
commit 34fe28bc67
10 changed files with 39 additions and 15 deletions

View file

@ -110,7 +110,11 @@ rustc_queries! {
no_hash
}
query mir_validated(_: DefId) -> (&'tcx Steal<mir::Body<'tcx>>, &'tcx Steal<IndexVec<mir::Promoted, mir::Body<'tcx>>>) {
query mir_validated(_: DefId) ->
(
&'tcx Steal<mir::Body<'tcx>>,
&'tcx Steal<IndexVec<mir::Promoted, mir::Body<'tcx>>>
) {
no_hash
}