1
Fork 0

remove some ancient debug output, looks unused?

This commit is contained in:
klensy 2024-04-12 18:04:22 +03:00
parent aff5f47dce
commit 7085ff2f60
4 changed files with 0 additions and 18 deletions

View file

@ -505,7 +505,6 @@ fn check_static_linkage(tcx: TyCtxt<'_>, def_id: LocalDefId) {
}
pub(crate) fn check_item_type(tcx: TyCtxt<'_>, def_id: LocalDefId) {
let _indenter = indenter();
match tcx.def_kind(def_id) {
DefKind::Static { .. } => {
tcx.ensure().typeck(def_id);