mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			125 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			125 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ run-pass
 | 
						|
 | 
						|
#![allow(unused_imports)]
 | 
						|
//@ proc-macro: empty-crate.rs
 | 
						|
 | 
						|
#[macro_use]
 | 
						|
extern crate empty_crate;
 | 
						|
 | 
						|
fn main() {}
 |