rust-analyzer/crates/hir-expand/src
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
..
ast_id_map.rs Emit unconfigured code diagnostics for fields 2022-09-26 19:04:57 +01:00
attrs.rs Encode one level of cfg_attr in attr_id 2023-01-09 21:06:13 +01:00
builtin_attr_macro.rs remove needless borrows 2023-01-02 14:52:32 +00:00
builtin_derive_macro.rs Support const generics for builtin derive macro 2022-10-23 00:05:22 +09:00
builtin_fn_macro.rs Auto merge of #13860 - danieleades:clippy, r=lnicola 2023-01-08 17:29:57 +00:00
db.rs Auto merge of #13753 - kdy1:limit, r=lnicola 2023-01-13 11:45:50 +00:00
eager.rs remove unnecessary lazy evaluations 2023-01-02 15:02:54 +00:00
fixup.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
hygiene.rs Encode one level of cfg_attr in attr_id 2023-01-09 21:06:13 +01:00
lib.rs feat: Make unlinked_file diagnostic quickfixes work for inline modules 2023-01-11 22:39:05 +01:00
mod_path.rs Revert "feat: Diagnose some incorrect usages of the question mark operator" 2022-10-18 14:18:59 +02:00
name.rs remove needless borrows 2023-01-02 14:52:32 +00:00
proc_macro.rs fix: Report proc macro errors in expressions correctly as well 2022-06-28 10:43:22 +02:00
quote.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00