We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a5231 commit 87740baCopy full SHA for 87740ba
compiler/rustc_query_system/src/query/mod.rs
@@ -73,7 +73,7 @@ pub struct QuerySideEffects {
73
/// Stores any diagnostics emitted during query execution.
74
/// These diagnostics will be re-emitted if we mark
75
/// the query as green.
76
- pub diagnostics: ThinVec<Diagnostic>,
+ pub(super) diagnostics: ThinVec<Diagnostic>,
77
}
78
79
impl QuerySideEffects {
0 commit comments