mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	 5df1123b39
			
		
	
	
		5df1123b39
		
			
		
	
	
	
	
		
			
			Fix `adt_const_params` leaking `{type error}` in error msg
Fixes the confusing diagnostic described in #118179. (users would see `{type error}` in some situations, which is pretty weird)
`adt_const_params` tracking issue: #95174
		
	
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.