Skip to content

Commit c6e831e

Browse files
committed
Rename const item
1 parent d4569d5 commit c6e831e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cranelift/jit/src/backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ fn use_bti(isa_flags: &Vec<settings::Value>) -> bool {
706706
.map_or(false, |f| f.as_bool().unwrap_or(false))
707707
}
708708

709-
const _: () = {
709+
const _ASSERT_JIT_MODULE_IS_SEND: () = {
710710
const fn assert_is_send<T: Send>() {}
711711
assert_is_send::<JITModule>();
712712
};

0 commit comments

Comments
 (0)