We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deny(unreachable_pub)
rustc_ast_lowering
1 parent 2f63394 commit 8415f1eCopy full SHA for 8415f1e
compiler/rustc_ast_lowering/src/delegation.rs
@@ -55,9 +55,9 @@ use rustc_target::spec::abi;
55
use std::iter;
56
57
pub(crate) struct DelegationResults<'hir> {
58
- pub body_id: hir::BodyId,
59
- pub sig: hir::FnSig<'hir>,
60
- pub generics: &'hir hir::Generics<'hir>,
+ pub(crate) body_id: hir::BodyId,
+ pub(crate) sig: hir::FnSig<'hir>,
+ pub(crate) generics: &'hir hir::Generics<'hir>,
61
}
62
63
impl<'hir> LoweringContext<'_, 'hir> {
0 commit comments