mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			314 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			314 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ proc-macro: issue-83510.rs
 | 
						|
 | 
						|
extern crate issue_83510;
 | 
						|
 | 
						|
issue_83510::dance_like_you_want_to_ice!();
 | 
						|
//~^ ERROR: cannot find type `Foo` in this scope
 | 
						|
//~| ERROR: expected trait, found struct `Box`
 | 
						|
//~| ERROR: cannot find trait `Baz` in this scope
 | 
						|
//~| ERROR: inherent associated types are unstable
 | 
						|
 | 
						|
fn main() {}
 |