Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_ty/src/infer.rs')
| -rw-r--r-- | crates/hir_ty/src/infer.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/hir_ty/src/infer.rs b/crates/hir_ty/src/infer.rs index 442774d0be..c91cdec183 100644 --- a/crates/hir_ty/src/infer.rs +++ b/crates/hir_ty/src/infer.rs @@ -44,6 +44,8 @@ use crate::{ // // https://github.com/rust-lang/rust/issues/57411 #[allow(unreachable_pub)] +pub use coerce::could_coerce; +#[allow(unreachable_pub)] pub use unify::could_unify; pub(crate) mod unify; |