rust/crates
bors[bot] 93f632ca4e
Merge #3366
3366: Simpilfy original_range logic r=matklad a=edwin0cheng

This PR fixed another [bug](https://github.com/rust-analyzer/rust-analyzer/issues/3000#issuecomment-592474844) which incorrectly map the wrong range of `punct` in macro_call and simplify the logic a little bit by introducing an `ascend_call_token` function.



Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-02-28 15:07:33 +00:00
..
ra_arena
ra_assists introduce const visibility assist 2020-02-28 01:15:17 +00: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 Simpilfy origin_range logic 2020-02-28 22:53:59 +08:00
ra_hir_def Remove unused dependencies 2020-02-27 14:04:13 +09:00
ra_hir_expand Update versions 2020-02-18 16:12:40 +02:00
ra_hir_ty Basic injections 2020-02-27 16:16:13 +01:00
ra_ide Merge #3366 2020-02-28 15:07:33 +00:00
ra_ide_db Fix union classification 2020-02-28 15:03:09 +01:00
ra_mbe ra_mbe: Remove explicit type annotation 2020-02-22 13:14:46 +02:00
ra_parser Parse attr in rhs of let stmts 2020-02-28 13:08:47 +08:00
ra_prof Remove unused dependencies 2020-02-27 14:04:13 +09:00
ra_project_model Add suggestion for failed path resolution 2020-02-23 15:51:32 +01:00
ra_syntax Parse attr in rhs of let stmts 2020-02-28 13:08:47 +08: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 Cleanup highlighting tags 2020-02-28 12:13:37 +01:00
test_utils Use text_range::extend_to 2020-02-27 10:06:48 +08:00