We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c4506 commit e189a7dCopy full SHA for e189a7d
2 files changed
library/alloc/src/lib.rs
@@ -176,6 +176,7 @@
176
#![feature(negative_impls)]
177
#![feature(never_type)]
178
#![feature(optimize_attribute)]
179
+#![feature(proc_macro_hygiene)]
180
#![feature(rustc_allow_const_fn_unstable)]
181
#![feature(rustc_attrs)]
182
#![feature(slice_internals)]
0 commit comments