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 3c2f26b commit c579103Copy full SHA for c579103
src/lib.rs
@@ -12,7 +12,7 @@
12
#![feature(asm_const)]
13
#![feature(linked_list_cursors)]
14
#![feature(naked_functions)]
15
-#![feature(specialization)]
+#![cfg_attr(target_arch = "aarch64", feature(specialization))]
16
#![feature(strict_provenance)]
17
#![cfg_attr(target_os = "none", no_std)]
18
#![cfg_attr(target_os = "none", feature(custom_test_frameworks))]
0 commit comments