File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 8
8
#![ feature( trusted_len) ]
9
9
#![ feature( try_reserve) ]
10
10
#![ feature( unboxed_closures) ]
11
+ #![ feature( associated_type_bounds) ]
11
12
12
13
use std:: hash:: { Hash , Hasher } ;
13
14
use std:: collections:: hash_map:: DefaultHasher ;
Original file line number Diff line number Diff line change @@ -194,6 +194,8 @@ pub trait FromIterator<A>: Sized {
194
194
/// `Item`:
195
195
///
196
196
/// ```rust
197
+ /// #![feature(associated_type_bounds)]
198
+ ///
197
199
/// fn collect_as_strings<T>(collection: T) -> Vec<String>
198
200
/// where
199
201
/// T: IntoIterator<Item: std::fmt::Debug>,
Original file line number Diff line number Diff line change 238
238
#![ feature( arbitrary_self_types) ]
239
239
#![ feature( array_error_internals) ]
240
240
#![ feature( asm) ]
241
+ #![ feature( associated_type_bounds) ]
241
242
#![ feature( bind_by_move_pattern_guards) ]
242
243
#![ feature( box_syntax) ]
243
244
#![ feature( c_variadic) ]
You can’t perform that action at this time.
0 commit comments