1
Fork 0

Erase query cache values

This commit is contained in:
John Kåre Alsaker 2023-02-07 08:32:30 +01:00
parent f211da7101
commit 785459d630
8 changed files with 329 additions and 49 deletions

View file

@ -7,6 +7,7 @@
use crate::ty::{self, print::describe_as_module, TyCtxt};
use rustc_span::def_id::LOCAL_CRATE;
pub mod erase;
mod keys;
pub use keys::{AsLocalKey, Key, LocalCrate};