Skip to content

Commit ca822fd

Browse files
committed
allow incomplete features for now
1 parent 157ac29 commit ca822fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/alloc/tests/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#![feature(string_remove_matches)]
2424
#![feature(const_btree_new)]
2525
#![feature(const_trait_impl)]
26+
// FIXME remove this when const_trait_impl is not incomplete anymore
27+
#![allow(incomplete_features)]
2628

2729
use std::collections::hash_map::DefaultHasher;
2830
use std::hash::{Hash, Hasher};

0 commit comments

Comments
 (0)