Skip to content

Commit c579103

Browse files
committed
Disable specialization on x86_64
1 parent 3c2f26b commit c579103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#![feature(asm_const)]
1313
#![feature(linked_list_cursors)]
1414
#![feature(naked_functions)]
15-
#![feature(specialization)]
15+
#![cfg_attr(target_arch = "aarch64", feature(specialization))]
1616
#![feature(strict_provenance)]
1717
#![cfg_attr(target_os = "none", no_std)]
1818
#![cfg_attr(target_os = "none", feature(custom_test_frameworks))]

0 commit comments

Comments
 (0)