rust-analyzer/crates/hir-expand
bors 15fb082cc1 Auto merge of #13753 - kdy1:limit, r=lnicola
fix: Increase token limit of proc macro

Fixes #13738

[The swc project](https://swc.rs) has lots of type definitions, and the current limit is too low for the ECMAScript/CSS visitors.

[rustdoc](https://rustdoc.swc.rs/swc_ecma_visit)

---

With this fix, the rust-analyzer shows trait-related actions.

<img width="1840" alt="image" src="https://user-images.githubusercontent.com/29931815/206839269-d7a04589-7dba-449b-ad0b-1f69d52bd039.png">
2023-01-13 11:45:50 +00:00
..
src Auto merge of #13753 - kdy1:limit, r=lnicola 2023-01-13 11:45:50 +00:00
Cargo.toml Split out hir-def attribute handling parts into hir-expand 2023-01-09 19:29:28 +01:00