File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 5936278ed6bef736f6eb8c0dd4d650fd8e10461b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 605225a366b62f29f5fd4b03cc298fff03bc3bdf
4
+ refs/heads/snap-stage3: 0ee95b917b30d7a48bcafa8b4642f3bcec4d50ff
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ pub trait IntoIterator {
123
123
type IntoIter : Iterator ;
124
124
125
125
/// Consumes `Self` and returns an iterator over it
126
+ #[ stable( feature = "rust1" , since = "1.0.0" ) ]
126
127
fn into_iter ( self ) -> Self :: IntoIter ;
127
128
}
128
129
You can’t perform that action at this time.
0 commit comments