diff options
author | Florian Diebold <[email protected]> | 2020-12-04 17:41:37 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2020-12-04 17:43:47 +0000 |
commit | e5fd550dfdc7b67e22b0889983c5698439dc0bd5 (patch) | |
tree | 60a3fa0fdd2162092c6a97f960da677150889bda /crates/ide_db/src/helpers | |
parent | 6943b530235df98c1ceec27d7f80a974511d3c7e (diff) |
Use correct, full substs for self type in impl
Without arbitrary self types, the self type could never refer to the method type
parameters, so this wasn't a problem; but with arbitrary self types, it can.
This fixes the crash from #6668; but it doesn't make method resolution work for
these methods.
Diffstat (limited to 'crates/ide_db/src/helpers')
0 files changed, 0 insertions, 0 deletions