##// END OF EJS Templates
rust: fix signature of rustlazyancestors_init() function...
rust: fix signature of rustlazyancestors_init() function Obviously, sizeof(int) != mem::size_of::<usize>() on amd64, though the argument would be passed in 64-bit register anyway.

File last commit:

r40308:a36c5e23 default
r40493:a91a2837 4.8 stable
Show More
Cargo.toml
3 lines | 78 B | application/toml | TOMLLexer
[workspace]
members = ["hgcli", "hg-core", "hg-direct-ffi"]
exclude = ["chg"]