1
Fork 0

Remove projection_ty_from_predicates

This commit is contained in:
Yuki Okushi 2021-06-16 16:33:03 +09:00
parent 52b22869db
commit 280d19395d
No known key found for this signature in database
GPG key ID: DABA5B072961C18A
3 changed files with 1 additions and 29 deletions

View file

@ -191,10 +191,6 @@ rustc_queries! {
desc { |tcx| "elaborating item bounds for `{}`", tcx.def_path_str(key) }
}
query projection_ty_from_predicates(key: (DefId, DefId)) -> Option<ty::ProjectionTy<'tcx>> {
desc { |tcx| "finding projection type inside predicates of `{}`", tcx.def_path_str(key.0) }
}
query native_libraries(_: CrateNum) -> Lrc<Vec<NativeLib>> {
desc { "looking up the native libraries of a linked crate" }
}