mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
96064126a0
Liveness: Cache the set of string constants for suggestions. Even on a slow diagnostic path, listing all the constants in MIR can be expensive, so cache it.