mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			337 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			337 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// check-fail
 | 
						||
// dont-check-compiler-stdout
 | 
						||
// dont-check-compiler-stderr
 | 
						||
 | 
						||
fn<EFBFBD>a<e>(){fn<EFBFBD>p(){e}} //~ ERROR unknown start of token: \u{fffd}
 | 
						||
//~^ ERROR unknown start of token: \u{fffd}
 | 
						||
//~^^ ERROR can't use generic parameters from outer function [E0401]
 | 
						||
//~^^^ WARN type parameter `e` should have an upper camel case name
 | 
						||
 | 
						||
fn main(){}
 |