Unify call's fx var with that of the enclosing function

This commit is contained in:
Agus Zubiaga 2024-10-07 21:14:08 -03:00
parent 7871ba182d
commit 5a5abe3bc5
No known key found for this signature in database
23 changed files with 246 additions and 41 deletions

View file

@ -667,6 +667,8 @@ fn make_specialization_decision<P: Phase>(
| RigidVar(..)
| LambdaSet(..)
| ErasedLambda
| Pure
| Effectful
| RangedNumber(..) => {
internal_error!("unexpected")
}