rust-analyzer/crates/hir/src
Florian Diebold 34a3bc4196 Paper over #8931 a bit more
The problem was the skipping of binders in
`resolve_method_call_as_callable`; this still doesn't use the _correct_
substitution, but at least it doesn't return a type with free variables
in it.

Fixes #8931.
2021-05-23 13:00:14 +02:00
..
semantics Unleash macro 2.0 in hightlight and more 2021-03-27 14:42:49 +08:00
attrs.rs Don't store call-site text offsets in hygiene info 2021-05-06 19:59:54 +02:00
db.rs Add more docs 2021-05-22 16:53:47 +03:00
diagnostics.rs Add more docs 2021-05-22 16:53:47 +03:00
display.rs internal: normalize name 2021-04-30 11:52:31 +03:00
from_id.rs Remove useless code_model indirection 2021-03-08 22:08:30 +03:00
has_source.rs Return Either from MacroDefId::ast_id 2021-03-19 19:56:13 +01:00
lib.rs Add test for #8931 and better checking 2021-05-23 12:52:41 +02:00
semantics.rs Paper over #8931 a bit more 2021-05-23 13:00:14 +02:00
source_analyzer.rs Reuse database in LowerCtx 2021-05-06 23:23:50 +02:00