64, not 128!
This commit is contained in:
parent
734b5c261a
commit
e495054f89
1 changed files with 1 additions and 1 deletions
|
|
@ -777,7 +777,7 @@ fn main() {
|
|||
}
|
||||
|
||||
// count leading zeros
|
||||
gen(|a: MyU128| {
|
||||
gen(|a: MyU64| {
|
||||
Some((a as usize).leading_zeros())
|
||||
},
|
||||
"{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue