rust/crates/ra_hir_def
Florian Diebold 89eb9e8002 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.
2020-03-13 14:50:03 +01:00
..
src Protect against infinite macro expansion in def collector 2020-03-13 14:50:03 +01:00
Cargo.toml Updates insta to 0.15.0 and bumps console to 0.10.0 2020-03-09 10:28:30 -04:00