rust/compiler/rustc_monomorphize/src
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
..
collector.rs Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr 2024-03-22 20:34:14 +00:00
errors.rs Rename IntoDiagnostic as Diagnostic. 2024-03-11 09:15:09 +11:00
lib.rs Account for #[link_name] intrinsics shims 2024-03-19 13:18:23 -04:00
partitioning.rs collector: recursively traverse 'mentioned' items to evaluate their constants 2024-03-20 11:07:12 +01:00
polymorphize.rs Change DefKind::Static to a struct variant 2024-03-12 05:53:46 +00:00
util.rs subst -> instantiate 2023-09-26 09:37:55 +02:00