mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 05:33:41 +00:00
allow incomplete features for now
This commit is contained in:
parent
7ea0280aa9
commit
8c2a1e8e43
@ -25,6 +25,8 @@
|
||||
#![feature(string_remove_matches)]
|
||||
#![feature(const_btree_new)]
|
||||
#![feature(const_trait_impl)]
|
||||
// FIXME remove this when const_trait_impl is not incomplete anymore
|
||||
#![allow(incomplete_features)]
|
||||
|
||||
use std::collections::hash_map::DefaultHasher;
|
||||
use std::hash::{Hash, Hasher};
|
||||
|
Loading…
Reference in New Issue
Block a user