I get the following error with rust-analyzer: ``` macro invocation exceeds token limit: produced 997309 tokens, limit is 524288 ``` But it's a working code which rustc can compile just fine. So I would like to increase the token limit for rust-analyzer.