We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b6e99 commit a3d8961Copy full SHA for a3d8961
1 file changed
src/lib.rs
@@ -1,5 +1,5 @@
1
#![cfg_attr(nightly_build, fn_ptr_trait)]
2
-#![cfg_attr(feature = "abi_vectorcall", feature(abi_vectorcall))]
+#![cfg_attr(has_abi_vectorcall, feature(abi_vectorcall))]
3
#![warn(clippy::pedantic, missing_docs)]
4
#![no_std]
5
0 commit comments