]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_traits/src/lib.rs
New upstream version 1.57.0+dfsg1
[rustc.git] / compiler / rustc_traits / src / lib.rs
index 48c46c3069328e584d86ecca8ad052c54c62526f..8612499623be628ea17c66230ed0cc2af5b3dd0a 100644 (file)
@@ -19,7 +19,7 @@ mod normalize_erasing_regions;
 mod normalize_projection_ty;
 mod type_op;
 
-pub use type_op::{type_op_ascribe_user_type_with_span, type_op_prove_predicate_with_span};
+pub use type_op::{type_op_ascribe_user_type_with_span, type_op_prove_predicate_with_cause};
 
 use rustc_middle::ty::query::Providers;