mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-31 23:38:45 +00:00
15fb082cc1
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"> |
||
---|---|---|
.. | ||
ast_id_map.rs | ||
attrs.rs | ||
builtin_attr_macro.rs | ||
builtin_derive_macro.rs | ||
builtin_fn_macro.rs | ||
db.rs | ||
eager.rs | ||
fixup.rs | ||
hygiene.rs | ||
lib.rs | ||
mod_path.rs | ||
name.rs | ||
proc_macro.rs | ||
quote.rs |