diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_query_system/query/plumbing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_query_system/query/plumbing.rs b/src/librustc_query_system/query/plumbing.rs index bea064ab94c..cc7d0a15703 100644 --- a/src/librustc_query_system/query/plumbing.rs +++ b/src/librustc_query_system/query/plumbing.rs @@ -29,7 +29,7 @@ use std::ptr; #[cfg(debug_assertions)] use std::sync::atomic::{AtomicUsize, Ordering}; -pub struct QueryStateShard<CTX: QueryContext, K, C> { +pub(super) struct QueryStateShard<CTX: QueryContext, K, C> { pub(super) cache: C, active: FxHashMap<K, QueryResult<CTX>>, |
