mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 07:01:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			309 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			309 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error[E0328]: explicit impls for the `Unsize` trait are not permitted
 | 
						|
  --> $DIR/E0328.rs:7:1
 | 
						|
   |
 | 
						|
LL | impl<T> Unsize<T> for MyType {}
 | 
						|
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl of `Unsize` not allowed
 | 
						|
 | 
						|
error: aborting due to 1 previous error
 | 
						|
 | 
						|
For more information about this error, try `rustc --explain E0328`.
 |