We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea0280 commit 8c2a1e8Copy full SHA for 8c2a1e8
library/alloc/tests/lib.rs
@@ -25,6 +25,8 @@
25
#![feature(string_remove_matches)]
26
#![feature(const_btree_new)]
27
#![feature(const_trait_impl)]
28
+// FIXME remove this when const_trait_impl is not incomplete anymore
29
+#![allow(incomplete_features)]
30
31
use std::collections::hash_map::DefaultHasher;
32
use std::hash::{Hash, Hasher};
0 commit comments