rust/crates
Florian Diebold 336a3c6121 Fix #3373
Basically, we need to allow variables in the caller self type to unify with the
impl's declared self type. That requires some more contortions in the variable
handling. I'm looking forward to (hopefully) handling this in a cleaner way when
we switch to Chalk's types and unification code.
2020-03-01 14:31:35 +01:00
..
ra_arena Switch to variant-granularity field type inference 2019-11-25 00:12:36 +03:00
ra_assists Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
ra_cargo_watch Remove unused dependencies 2020-02-27 14:04:13 +09:00
ra_cfg Update versions 2020-02-18 16:12:40 +02:00
ra_db ra_db: removed a couple of explicit lifetimes 2020-02-22 17:00:39 +02:00
ra_fmt When joining lines, unwrap trivial diverging blocks 2020-02-24 17:17:05 +01:00
ra_hir Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
ra_hir_def Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
ra_hir_expand Update versions 2020-02-18 16:12:40 +02:00
ra_hir_ty Fix #3373 2020-03-01 14:31:35 +01:00
ra_ide Slightly refactor inlay hints 2020-02-29 23:24:50 +01:00
ra_ide_db Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
ra_mbe Cleanup editing API 2020-02-29 13:51:23 +01:00
ra_parser Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
ra_prof Remove unused dependencies 2020-02-27 14:04:13 +09:00
ra_project_model ra_project_model: migrate to Sysroot::alloc() 2020-03-01 00:16:57 +02:00
ra_syntax Slightly refactor inlay hints 2020-02-29 23:24:50 +01:00
ra_text_edit Remove unused dependencies 2020-02-27 14:04:13 +09:00
ra_tt Update versions 2020-02-18 16:12:40 +02:00
rust-analyzer Rename ast::ImplBlock -> ast::ImplDef 2020-02-29 21:33:15 +01:00
test_utils Use text_range::extend_to 2020-02-27 10:06:48 +08:00