We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DefineOpaqueTypes::Yes
1 parent b54d722 commit 150448dCopy full SHA for 150448d
src/librustdoc/clean/blanket_impl.rs
@@ -47,7 +47,7 @@ impl<'a, 'tcx> BlanketImplFinder<'a, 'tcx> {
47
// Require the type the impl is implemented on to match
48
// our type, and ignore the impl if there was a mismatch.
49
let Ok(eq_result) = infcx.at(&traits::ObligationCause::dummy(), param_env).eq(
50
- DefineOpaqueTypes::No,
+ DefineOpaqueTypes::Yes,
51
impl_trait_ref.self_ty(),
52
impl_ty,
53
) else {
0 commit comments