Define hidden types in confirmation
This commit is contained in:
parent
e927184629
commit
08fc5e8acd
2 changed files with 27 additions and 1 deletions
|
@ -2466,7 +2466,7 @@ fn confirm_param_env_candidate<'cx, 'tcx>(
|
|||
debug!(?cache_projection, ?obligation_projection);
|
||||
|
||||
match infcx.at(cause, param_env).eq(
|
||||
DefineOpaqueTypes::No,
|
||||
DefineOpaqueTypes::Yes,
|
||||
cache_projection,
|
||||
obligation_projection,
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue