rust/crates/hir_def
Daniel Frampton f08109bd2d Introduce new queries to compute
1) the set of attributes for all variants of an enum, and
  2) the set of attributes for all fields of a variant.

This avoids the current n^2 behavior when rendering completion for variants, which
prevents completion for enums with large numbers of variants.
2021-01-04 20:37:50 -08:00
..
src Introduce new queries to compute 2021-01-04 20:37:50 -08:00
Cargo.toml Upgrade expect-test to 1.1 2021-01-03 14:43:29 +01:00