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 157ac29 commit ca822fdCopy full SHA for ca822fd
library/alloc/tests/lib.rs
@@ -23,6 +23,8 @@
23
#![feature(string_remove_matches)]
24
#![feature(const_btree_new)]
25
#![feature(const_trait_impl)]
26
+// FIXME remove this when const_trait_impl is not incomplete anymore
27
+#![allow(incomplete_features)]
28
29
use std::collections::hash_map::DefaultHasher;
30
use std::hash::{Hash, Hasher};
0 commit comments