File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pub const MY_VEC: Vec<usize> = Vec::new();
1010#[ allow( dead_code) ]
1111pub const MY_STRING : String = String :: new ( ) ;
1212
13- // FIXME remove this struct once we put `K: ?const Ord` on BTreeMap::new.
13+ // FIXME(fee1-dead) remove this struct once we put `K: ?const Ord` on BTreeMap::new.
1414#[ derive( PartialEq , Eq , PartialOrd ) ]
1515pub struct MyType ;
1616
Original file line number Diff line number Diff line change 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) ]
3028
3129use std:: collections:: hash_map:: DefaultHasher ;
3230use std:: hash:: { Hash , Hasher } ;
You can’t perform that action at this time.
0 commit comments