mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00: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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |