mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-03 05:13:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//! This teaches cargo about our cfg(rust_analyzer)
 | 
						|
 | 
						|
fn main() {
 | 
						|
    println!("cargo:rustc-check-cfg=cfg(rust_analyzer)");
 | 
						|
}
 |