Skip to content

Commit

Permalink
Restrict field visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Jul 26, 2021
1 parent e6a5231 commit 87740ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_query_system/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub struct QuerySideEffects {
/// Stores any diagnostics emitted during query execution.
/// These diagnostics will be re-emitted if we mark
/// the query as green.
pub diagnostics: ThinVec<Diagnostic>,
pub(super) diagnostics: ThinVec<Diagnostic>,
}

impl QuerySideEffects {
Expand Down

0 comments on commit 87740ba

Please sign in to comment.