Skip to content

Commit 8c2a1e8

Browse files
committed
allow incomplete features for now
1 parent 7ea0280 commit 8c2a1e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/alloc/tests/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#![feature(string_remove_matches)]
2626
#![feature(const_btree_new)]
2727
#![feature(const_trait_impl)]
28+
// FIXME remove this when const_trait_impl is not incomplete anymore
29+
#![allow(incomplete_features)]
2830

2931
use std::collections::hash_map::DefaultHasher;
3032
use std::hash::{Hash, Hasher};

0 commit comments

Comments
 (0)