mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	 b101f3a865
			
		
	
	
		b101f3a865
		
			
		
	
	
	
	
		
			
			Refactor tcx mk_const parameters. Unroll the `ty::ConstS` parameter to `TyCtxt::mk_const` into separate `ty::ConstKind` and `Ty` parameters. Signature change is in:c97fd8183a/compiler/rustc_middle/src/ty/context.rs (L2234)andc97fd8183a/compiler/rustc_middle/src/ty/context.rs (L2572-L2575)the rest is callsites. Closes #103974 r? `@oli-obk`