mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
85e449a323
Remove `TypeAndMut` from `ty::RawPtr` variant, make it take `Ty` and `Mutability`
Pretty much mechanically converting `ty::RawPtr(ty::TypeAndMut { ty, mutbl })` to `ty::RawPtr(ty, mutbl)` and its fallout.
r? lcnr
cc rust-lang/types-team#124
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.