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.
is_inline
1 parent c075e24 commit e5318f3Copy full SHA for e5318f3
src/librustc_codegen_utils/codegen_backend.rs
@@ -144,7 +144,6 @@ impl CodegenBackend for MetadataOnlyCodegenBackend {
144
if let MonoItem::Fn(inst) = mono_item {
145
let def_id = inst.def_id();
146
if def_id.is_local() {
147
- let _ = inst.def.is_inline(tcx);
148
let _ = tcx.codegen_fn_attrs(def_id);
149
}
150
0 commit comments