Mike Hommey
Mike Hommey
My memory is hazy wrt details (it was 6 years ago), but I'm rather sure that I've ended up with cases where the borrow checker would allow things leading to...
You should ask github to repack the pypy repo, because it's 2GB instead of the 200MB it could be after an aggressive repack or 400MB after a less aggressive repack....
Note this also affects armel Linux, and any target without `cfg(target_has_atomic = "64")` https://doc.rust-lang.org/reference/conditional-compilation.html#target_has_atomic
That is unfortunately expected.
You can use `download.py --machine x86_64` and use emulation. I guess I could make download.py default to that on arm64 windows. As for native builds, I don't have an aarch64...
> I guess I could make download.py default to that on arm64 windows. Done in 230497309ded57a30ceef71bf641779bde086cf8
Note there isn't an arm64 git for windows yet either.
anecdata, but *I* would find `bounds` to be more confusing than `trait`.
Does that count as a "basic API commonly used", though?
FWIW, I found the following on the miri repo: https://github.com/rust-lang/miri/issues/3172 is an existing issue about the aarch64 intrinsics. Nobody seems to be working on it. https://github.com/rust-lang/miri/issues/3243#issuecomment-1870535460 is a general recommendation...