Files
rust/src/tools
bors 85e449a323 Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr
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
2024-03-22 20:34:14 +00:00
..
2024-03-19 18:31:12 -04:00
2024-03-22 11:13:29 -04:00
2024-03-20 08:49:13 -04:00
2024-03-22 11:13:29 -04:00
2024-03-20 23:36:05 -04:00
2024-03-21 13:02:40 -07:00