mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			179 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			179 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: expected a trait, found type
 | |
|   --> $DIR/trait-bounds-not-on-impl.rs:5:6
 | |
|    |
 | |
| LL | impl Foo + Owned for Bar {}
 | |
|    |      ^^^^^^^^^^^
 | |
| 
 | |
| error: aborting due to previous error
 | |
| 
 | 
