mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-03 13:13:18 +00:00 
			
		
		
		
	Auto merge of #16492 - lnicola:sync-from-rust, r=lnicola
internal: Sync from downstream
This commit is contained in:
		
						commit
						06737ec7ff
					
				@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
use base_db::CrateId;
 | 
			
		||||
use hir_def::layout::TargetDataLayout;
 | 
			
		||||
use ra_ap_rustc_abi::{AlignFromBytesError, TargetDataLayoutErrors};
 | 
			
		||||
use rustc_abi::{AlignFromBytesError, TargetDataLayoutErrors};
 | 
			
		||||
use triomphe::Arc;
 | 
			
		||||
 | 
			
		||||
use crate::db::HirDatabase;
 | 
			
		||||
 | 
			
		||||
@ -17,7 +17,7 @@ use hir_def::{
 | 
			
		||||
use hir_expand::{mod_path::ModPath, HirFileIdExt, InFile};
 | 
			
		||||
use intern::Interned;
 | 
			
		||||
use la_arena::ArenaMap;
 | 
			
		||||
use ra_ap_rustc_abi::TargetDataLayout;
 | 
			
		||||
use rustc_abi::TargetDataLayout;
 | 
			
		||||
use rustc_hash::{FxHashMap, FxHashSet};
 | 
			
		||||
use stdx::never;
 | 
			
		||||
use syntax::{SyntaxNodePtr, TextRange};
 | 
			
		||||
 | 
			
		||||
@ -24,7 +24,7 @@ use hir_def::{
 | 
			
		||||
};
 | 
			
		||||
use hir_expand::name::Name;
 | 
			
		||||
use intern::Interned;
 | 
			
		||||
use ra_ap_rustc_abi::TargetDataLayout;
 | 
			
		||||
use rustc_abi::TargetDataLayout;
 | 
			
		||||
use rustc_hash::FxHashSet;
 | 
			
		||||
use smallvec::{smallvec, SmallVec};
 | 
			
		||||
use stdx::never;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user