diff options
author | Florian Diebold <[email protected]> | 2020-03-13 12:57:44 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2020-03-13 13:50:03 +0000 |
commit | 89eb9e8002466f3099de77bc42cdabbf67d5dc1b (patch) | |
tree | 210539acb34578b5ec4697e9995457700545af07 /crates/ra_ide/src/display/structure.rs | |
parent | 93527b5f193ed214f6ae0f8112eaec2eebabd016 (diff) |
Protect against infinite macro expansion in def collector
There was a test for this, but it wasn't actually working because the first
recursive expansion failed. (The comma...)
Even with this limit, that test (when fixed) still takes some time to pass
because of the exponential growth of the expansions, so I disabled it and added
a different one without growth.
Diffstat (limited to 'crates/ra_ide/src/display/structure.rs')
0 files changed, 0 insertions, 0 deletions