rust/crates/ra_syntax
bors[bot] aa7bdfd37f Merge #1208
1208: [WIP] Goto for Macro's r=matklad a=Lapz

Adds goto definition for macros. Currently only works for macros in the current crate ~~otherwise it panics~~. Proper macro resolution needs to be added for it to resolve macros in other crates.

Todo
- [X] Allow goto from macro calls
- [X] Fix panics
- [x] Add tests



![Screen Recording 2019-04-25 at 18 00 24](https://user-images.githubusercontent.com/19998186/56754499-1dd01c00-6785-11e9-9e9a-1e36de70cfa3.gif)



Co-authored-by: Lenard Pratt <l3np27@gmail.com>
2019-05-04 18:38:10 +00:00
..
fuzz Add fuzz test for reparsing 2019-03-22 08:04:48 +09:00
src Merge #1208 2019-05-04 18:38:10 +00:00
tests Add macro pat parsing 2019-04-30 23:22:48 +08:00
Cargo.toml migrate to untyped rowan 2019-04-09 10:26:51 +03:00