Skip to content

Commit 1e8904e

Browse files
committed
64, not 128!
1 parent c548dc5 commit 1e8904e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcrate/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ fn main() {
777777
}
778778

779779
// count leading zeros
780-
gen(|a: MyU128| {
780+
gen(|a: MyU64| {
781781
Some((a as usize).leading_zeros())
782782
},
783783
"{

0 commit comments

Comments
 (0)