mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	 3071e0aef6
			
		
	
	
		3071e0aef6
		
	
	
	
	
		
			
			Select obligations before processing wf obligation in `compare_method_predicate_entailment` We need to select obligations before processing the WF obligation for the `IMPLIED_BOUNDS_ENTAILMENT` lint, since it skips over type variables. Fixes #114783 r? `@jackh726`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.