use abstract consts when unifying ConstKind::Unevaluated
This commit is contained in:
parent
d327fa112b
commit
c3a772f55f
8 changed files with 96 additions and 10 deletions
|
@ -566,6 +566,7 @@ pub fn provide(providers: &mut ty::query::Providers) {
|
|||
ty::WithOptConstParam { did, const_param_did: Some(param_did) },
|
||||
)
|
||||
},
|
||||
try_unify_abstract_consts: const_evaluatable::try_unify_abstract_consts,
|
||||
..*providers
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue