mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	 5bbf0a8306
			
		
	
	
		5bbf0a8306
		
			
		
	
	
	
	
		
			
			This reverts commit 557359f92512ca88b62a602ebda291f17a953002, reversing changes made to 1e6c09a803fd543a98bfbe1624d697a55300a786.
		
			
				
	
	
		
			8 lines
		
	
	
		
			206 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			206 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //~ ERROR overflow evaluating the requirement `&mut Self: DispatchFromDyn<&mut RustaceansAreAwesome>
 | |
| //~| HELP consider increasing the recursion limit
 | |
| // build-fail
 | |
| 
 | |
| #![recursion_limit = "0"]
 | |
| 
 | |
| fn main() {}
 |