rust/crates/ra_ide
bors[bot] 2777f8c295
Merge #5423
5423: Correctly resolve assoc. types in path bindings r=matklad a=jonas-schievink

Previously invoking goto def on `impl Iterator<Item<|> = ()>` would go to `Iterator`, not `Item`. This fixes that.

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-07-17 17:02:28 +00:00
..
src Merge #5423 2020-07-17 17:02:28 +00:00
test_data Add new Punctuation highlight tag 2020-07-15 16:42:47 +02:00
Cargo.toml Add a license field to all the crates 2020-07-14 10:57:26 +09:00