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.
feature(const_fn_union)
1 parent fe38af7 commit 0e85369Copy full SHA for 0e85369
src/lib.rs
@@ -45,7 +45,6 @@
45
#![deny(missing_docs)]
46
#![cfg_attr(linux_raw, deny(unsafe_code))]
47
#![cfg_attr(linux_raw_inline_asm, feature(asm))]
48
-#![cfg_attr(const_fn_union, feature(const_fn_union))]
49
#![cfg_attr(rustc_attrs, feature(rustc_attrs))]
50
#![cfg_attr(target_os = "wasi", feature(wasi_ext))]
51
#![cfg_attr(
0 commit comments