File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 40fb87d40f681f5356af42175fc7b85da387f037
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: ff88510535611f8497047584b18b819b7fe5cb3a
4
+ refs/heads/snap-stage3: 9f1217da9132551ee5708c16aba821fe3c671d09
5
5
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
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 @@ -638,7 +638,7 @@ shr_impl!(uint u8 u16 u32 u64 int i8 i16 i32 i64)
638
638
* ```
639
639
*/
640
640
#[ lang="index" ]
641
- pub trait Index < Index , Sized ? Result > for Sized ? {
641
+ pub trait Index < Sized ? Index , Sized ? Result > for Sized ? {
642
642
/// The method for the indexing (`Foo[Bar]`) operation
643
643
fn index < ' a > ( & ' a self , index : & Index ) -> & ' a Result ;
644
644
}
@@ -669,7 +669,7 @@ pub trait Index<Index, Sized? Result> for Sized? {
669
669
* ```
670
670
*/
671
671
#[ lang="index_mut" ]
672
- pub trait IndexMut < Index , Result > for Sized ? {
672
+ pub trait IndexMut < Sized ? Index , Result > for Sized ? {
673
673
/// The method for the indexing (`Foo[Bar]`) operation
674
674
fn index_mut < ' a > ( & ' a mut self , index : & Index ) -> & ' a mut Result ;
675
675
}
You can’t perform that action at this time.
0 commit comments