File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/try/src/test/run-pass Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 3e561f05c00cd180ec02db4ccab2840a4aba93d2
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
- refs/heads/try: 0610ee490e2cc1386f300a6855c6a8a78dcba636
5
+ refs/heads/try: 4f678509649a59daa17dc968b2aeb1023fb23c0f
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -101,13 +101,13 @@ fn main() {
101
101
check_mul_no_wrap ! ( 0xfedc_u16 as i16 , -2 ) ;
102
102
check_mul_no_wrap ! ( 0xfedc_ba98_u32 as i32 , -2 ) ;
103
103
check_mul_no_wrap ! ( 0xfedc_ba98_7654_3217_u64 as i64 , -2 ) ;
104
- check_mul_no_wrap ! ( 0xfedc_ba98_7654_3217_u64 as u64 as isize , -2 ) ;
104
+ check_mul_no_wrap ! ( 0xfedc_ba98_fedc_ba98_u64 as u64 as isize , -2 ) ;
105
105
106
106
check_mul_no_wrap ! ( 0xfe_u8 as i8 , 2 ) ;
107
107
check_mul_no_wrap ! ( 0xfedc_u16 as i16 , 2 ) ;
108
108
check_mul_no_wrap ! ( 0xfedc_ba98_u32 as i32 , 2 ) ;
109
109
check_mul_no_wrap ! ( 0xfedc_ba98_7654_3217_u64 as i64 , 2 ) ;
110
- check_mul_no_wrap ! ( 0xfedc_ba98_7654_3217_u64 as u64 as isize , 2 ) ;
110
+ check_mul_no_wrap ! ( 0xfedc_ba98_fedc_ba98_u64 as u64 as isize , 2 ) ;
111
111
112
112
check_mul_wraps ! ( 0x80_u8 as i8 , -1 ) ;
113
113
check_mul_wraps ! ( 0x8000_u16 as i16 , -1 ) ;
You can’t perform that action at this time.
0 commit comments