File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 88#![ feature( trusted_len) ]
99#![ feature( try_reserve) ]
1010#![ feature( unboxed_closures) ]
11+ #![ feature( associated_type_bounds) ]
1112
1213use std:: hash:: { Hash , Hasher } ;
1314use std:: collections:: hash_map:: DefaultHasher ;
Original file line number Diff line number Diff line change @@ -194,6 +194,8 @@ pub trait FromIterator<A>: Sized {
194194/// `Item`:
195195///
196196/// ```rust
197+ /// #![feature(associated_type_bounds)]
198+ ///
197199/// fn collect_as_strings<T>(collection: T) -> Vec<String>
198200/// where
199201/// T: IntoIterator<Item: std::fmt::Debug>,
Original file line number Diff line number Diff line change 238238#![ feature( arbitrary_self_types) ]
239239#![ feature( array_error_internals) ]
240240#![ feature( asm) ]
241+ #![ feature( associated_type_bounds) ]
241242#![ feature( bind_by_move_pattern_guards) ]
242243#![ feature( box_syntax) ]
243244#![ feature( c_variadic) ]
You can’t perform that action at this time.
0 commit comments