Skip to content

Commit f25ec48

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent da39cbe commit f25ec48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/miri/src/bin/miri.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ impl rustc_driver::Callbacks for MiriBeRustCompilerCalls {
281281
}
282282
let codegen_fn_attrs = tcx.codegen_fn_attrs(local_def_id);
283283
if codegen_fn_attrs.contains_extern_indicator()
284-
|| codegen_fn_attrs.flags.contains(CodegenFnAttrFlags::USED_COMPILER)
284+
|| codegen_fn_attrs
285+
.flags
286+
.contains(CodegenFnAttrFlags::USED_COMPILER)
285287
|| codegen_fn_attrs.flags.contains(CodegenFnAttrFlags::USED_LINKER)
286288
{
287289
Some((

0 commit comments

Comments
 (0)