De-dupe NLL HRTB diagnostics' use of type_op_prove_predicate

This commit is contained in:
Rémy Rakic 2021-08-15 14:49:36 +02:00
parent a69c7cc0d5
commit 2cf4b87393
5 changed files with 27 additions and 18 deletions

View file

@ -19,6 +19,8 @@ mod normalize_erasing_regions;
mod normalize_projection_ty;
mod type_op;
pub use type_op::type_op_prove_predicate_with_span;
use rustc_middle::ty::query::Providers;
pub fn provide(p: &mut Providers) {