Files
rust/crates
bors[bot] f4929fa9cc Merge #6901
6901: Temp fixes panic caused by no ast for proc-macro r=maklad a=edwin0cheng

There are some panic when hover/goto definition for proc-macro. It is because in current design, we don't have `ast-node` for proc-macro and then it trigger [this](https://github.com/rust-analyzer/rust-analyzer/blob/479d1f7eec22c3564867223e2093f14774092528/crates/hir/src/has_source.rs#L116) line to panic.

This PR is a temp fix for all of these similar to https://github.com/rust-analyzer/rust-analyzer/blob/bd4c352831662762ee7a66da77ec9adf623b0a0a/crates/completion/src/render/macro_.rs#L42

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-12-18 02:30:51 +00:00
..
2020-08-24 13:29:10 +02:00
2020-12-16 17:08:03 +00:00
2020-12-09 19:07:05 +03:00
2020-12-12 12:27:09 -05:00
2020-12-18 02:30:51 +00:00
2020-11-25 10:11:53 -05:00
2020-12-18 02:30:51 +00:00
2020-12-16 14:16:09 +01:00
2020-12-18 02:30:51 +00:00
2020-12-17 14:36:15 +03:00
2020-12-16 14:16:09 +01:00
2020-12-16 14:16:09 +01:00
2020-11-02 14:07:08 +01:00
2020-12-17 10:24:58 -08:00
2020-12-17 11:33:35 -05:00
2020-11-02 16:58:33 +01:00
2020-11-12 17:48:07 -08:00
2020-12-16 17:08:03 +00:00
2020-11-26 21:07:15 +02:00
2020-12-09 16:32:03 +00:00