mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			274 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			274 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ proc-macro: test-macros.rs
 | |
| //@ compile-flags: -Z span-debug
 | |
| //@ check-pass
 | |
| 
 | |
| #![no_std] // Don't load unnecessary hygiene information from std
 | |
| extern crate std;
 | |
| 
 | |
| #[macro_use] extern crate test_macros;
 | |
| 
 | |
| include!("pretty-print-hack/rental-0.5.6/src/lib.rs");
 | |
| 
 | |
| fn main() {}
 | 
