Skip to content

Commit 87740ba

Browse files
committed
Restrict field visibility
1 parent e6a5231 commit 87740ba

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_query_system/src/query

1 file changed

+1
-1
lines changed

compiler/rustc_query_system/src/query/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub struct QuerySideEffects {
7373
/// Stores any diagnostics emitted during query execution.
7474
/// These diagnostics will be re-emitted if we mark
7575
/// the query as green.
76-
pub diagnostics: ThinVec<Diagnostic>,
76+
pub(super) diagnostics: ThinVec<Diagnostic>,
7777
}
7878

7979
impl QuerySideEffects {

0 commit comments

Comments
 (0)