mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 10:18:41 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
fn main() {
 | 
						|
    if let Some(true) = version_check::supports_feature("doc_cfg") {
 | 
						|
        println!("cargo:rustc-cfg=nightly");
 | 
						|
    }
 | 
						|
}
 |