rust-analyzer/crates/ra_hir_def
Aleksey Kladov a8891ae3ca More tight recursion limit when expanding macros in function bodies
cc #4944
cc #5317

This doesn't fully close #4944 -- looks like we hit SO in syntax
highlighting, when we use `Semantics::expand_macro`.

Seems like we need to place expansion limit on the macro itself (store
it as a part of MacroCallId?)!
2020-07-11 18:39:49 +02:00
..
src More tight recursion limit when expanding macros in function bodies 2020-07-11 18:39:49 +02:00
Cargo.toml lower traits 2020-06-24 16:52:37 +02:00