mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	 7cd14d2f56
			
		
	
	
		7cd14d2f56
		
	
	
	
	
		
			
			Return an indexmap in `all_local_trait_impls` query The data structure previously used here required that `DefId` be `Ord`. As part of #90317, we do not want `DefId` to implement `Ord`.
For more information about how rustc works, see the rustc dev guide.