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 6f5c9b9 commit e9eac6bCopy full SHA for e9eac6b
src/lib.rs
@@ -1,4 +1,5 @@
1
-#![feature(rustc_private, decl_macro, never_type, hash_drain_filter, vec_into_raw_parts, once_cell)]
+#![feature(rustc_private, decl_macro)]
2
+#![cfg_attr(feature = "jit", feature(never_type, vec_into_raw_parts, once_cell))]
3
#![warn(rust_2018_idioms)]
4
#![warn(unused_lifetimes)]
5
#![warn(unreachable_pub)]
0 commit comments