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 bafbac4 commit b2d0d18Copy full SHA for b2d0d18
src/libarena/lib.rs
@@ -23,11 +23,13 @@
23
html_root_url = "https://doc.rust-lang.org/nightly/",
24
test(no_crate_inject, attr(deny(warnings))))]
25
#![deny(warnings)]
26
+
27
#![feature(alloc)]
28
#![feature(core_intrinsics)]
29
#![feature(dropck_eyepatch)]
30
#![feature(generic_param_attrs)]
31
#![cfg_attr(test, feature(test))]
32
33
#![allow(deprecated)]
34
35
extern crate alloc;
0 commit comments