Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ should_lower_non_local
Function
should_lower_non_local
src/lib.rs:53–56 ·
view source on GitHub ↗
(tcx: TyCtxt<'_>, def_id: rustc_hir::def_id::DefId)
Source
from the content-addressed store, hash-verified
51
let level = $level;
52
let channel = $channel;
53
if $crate::backend_log_enabled(level, channel) {
54
$crate::write_backend_log(level, channel, $message);
55
}
56
}};
57
}
58
59
use oomir::Type;
Callers
1
codegen_crate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected