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 e477554 commit 18382d4Copy full SHA for 18382d4
src/bin/miri.rs
@@ -281,7 +281,9 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
281
}
282
let codegen_fn_attrs = tcx.codegen_fn_attrs(local_def_id);
283
if codegen_fn_attrs.contains_extern_indicator()
284
- || codegen_fn_attrs.flags.contains(CodegenFnAttrFlags::USED_COMPILER)
+ || codegen_fn_attrs
285
+ .flags
286
+ .contains(CodegenFnAttrFlags::USED_COMPILER)
287
|| codegen_fn_attrs.flags.contains(CodegenFnAttrFlags::USED_LINKER)
288
{
289
Some((
0 commit comments