Improve: show candidates for unification of projection-types

This commit is contained in:
Shunsuke Shibayama 2022-09-13 15:34:27 +09:00
parent e04b5bfb8b
commit bc6eb37e39
11 changed files with 147 additions and 28 deletions

View file

@ -267,6 +267,7 @@ impl Context {
ident.inspect(),
&mono("Subroutine"),
&obj.t(),
self.get_candidates(&obj.t()),
None,
)
})?