Commit da044ba
committed
I observed a crash in replace when hacking ElimOpaque the compiler.
It came down to the problem that a TermRef with a context function as underlying
type was added to the context as lower bound after some errors were already
reported. I could not track down the exact chain of effects. But anyway it's
better to be defensive and not let junk enter the context.1 parent 212b8af commit da044ba
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
487 | 490 | | |
488 | 491 | | |
489 | 492 | | |
| |||
0 commit comments