SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 0 Rust

Don't use disk-cache for query `def_kind`

From what I can tell, the `def_kind` query has no local provider, and is always
given its value via query feeding, usually from `TyCtxt::create_def`.

If that's the case, there should never be any opportunity for a previous value
to be loaded from disk-cache, so serializing the current-session values is a
waste of time.
Z
Zalathar committed
eb5a4000ff3dd12c13372fd88d0c4b9b750f4b15
Parent: 0e95a0f