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 da39cbe commit f25ec48Copy full SHA for f25ec48
src/tools/miri/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