mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 15:49:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			485 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			485 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: path separator must be a double colon
 | 
						|
  --> $DIR/single-colon-path-not-const-generics.rs:8:18
 | 
						|
   |
 | 
						|
LL | pub struct Foo {
 | 
						|
   |            --- while parsing this struct
 | 
						|
LL |   a: Vec<foo::bar:A>,
 | 
						|
   |                  ^ help: use a double colon instead: `::`
 | 
						|
   |
 | 
						|
   = note: if you meant to annotate an expression with a type, the type ascription syntax has been removed, see issue #101728 <https://github.com/rust-lang/rust/issues/101728>
 | 
						|
 | 
						|
error: aborting due to previous error
 | 
						|
 |