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.
1 parent 592978d commit 184a5f5Copy full SHA for 184a5f5
compiler/rustc_privacy/src/lib.rs
@@ -645,7 +645,7 @@ impl<'tcx> EmbargoVisitor<'tcx> {
645
match self.tcx.def_kind(owner_id) {
646
// The interface is empty, and no nested items.
647
DefKind::Use | DefKind::ExternCrate | DefKind::GlobalAsm => {}
648
- // The interface is empty, and all nested items are processed by `visit_item`.
+ // The interface is empty, and all nested items are processed by `check_def_id`.
649
DefKind::Mod => {}
650
DefKind::Macro { .. } => {
651
if let Some(item_ev) = item_ev {
0 commit comments