mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
b481b59be5
Add fixups for incomplete in proc-macros Partially implements https://github.com/rust-lang/rust-analyzer/issues/12777. Added support for for loops and match statements. I couldn't do paths like `crate::foo::` as I wasn't able to add `SyntheticTokens` to the end of `foo::`, they always ended up after `crate::` This is my first contribution so please don't be shy about letting me know if I've done anything wrong! |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |