mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
0cc14b688d
Previously it only did integer-ABI things, but this way it does data pointers too. That gives more information in general to the backend, and allows slightly simplifying one of the helpers in slice iterators.