We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282d72f commit e4976d0Copy full SHA for e4976d0
src/librustc_query_system/query/plumbing.rs
@@ -29,7 +29,7 @@ use std::ptr;
29
#[cfg(debug_assertions)]
30
use std::sync::atomic::{AtomicUsize, Ordering};
31
32
-pub struct QueryStateShard<CTX: QueryContext, K, C> {
+pub(super) struct QueryStateShard<CTX: QueryContext, K, C> {
33
pub(super) cache: C,
34
active: FxHashMap<K, QueryResult<CTX>>,
35
0 commit comments