File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ fn main() {
55
55
assert_eq ! ( -32768i16 , ( -32768i16 ) . saturating_add( -32768 ) ) ;
56
56
assert_eq ! ( 32767i16 , 32767i16 . saturating_add( 1 ) ) ;
57
57
58
- /* assert_eq!(0b0000000000000000000000000010000010000000000000000000000000000000_0000000000100000000000000000000000001000000000000100000000000000u128.leading_zeros(), 26);
58
+ assert_eq ! ( 0b0000000000000000000000000010000010000000000000000000000000000000_0000000000100000000000000000000000001000000000000100000000000000u128 . leading_zeros( ) , 26 ) ;
59
59
assert_eq ! ( 0b0000000000000000000000000010000000000000000000000000000000000000_0000000000000000000000000000000000001000000000000000000010000000u128 . trailing_zeros( ) , 7 ) ;
60
60
61
61
let _d = 0i128 . checked_div ( 2i128 ) ;
@@ -86,7 +86,7 @@ fn main() {
86
86
assert_eq ! ( houndred_f32 as i128 , 100 ) ;
87
87
assert_eq ! ( houndred_f64 as i128 , 100 ) ;
88
88
89
- let _a = 1u32 << 2u8;*/
89
+ let _a = 1u32 << 2u8 ;
90
90
91
91
let empty: [ i32 ; 0 ] = [ ] ;
92
92
assert ! ( empty. is_sorted( ) ) ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments