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 15bfd9d commit 21f13afCopy full SHA for 21f13af
compiler/rustc_middle/src/mir/mono.rs
@@ -182,6 +182,7 @@ impl<'tcx> MonoItem<'tcx> {
182
.map(|hir_id| tcx.hir().span(hir_id))
183
}
184
185
+ // Only used by rustc_codegen_cranelift
186
pub fn codegen_dep_node(&self, tcx: TyCtxt<'tcx>) -> DepNode {
187
crate::dep_graph::make_compile_mono_item(tcx, self)
188
0 commit comments