mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-10-31 09:17:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			311 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			311 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: character literal may only contain one codepoint
 | |
|   --> $DIR/str-as-char.rs:4:14
 | |
|    |
 | |
| LL |     println!('●●');
 | |
|    |              ^^^^
 | |
|    |
 | |
| help: if you meant to write a `str` literal, use double quotes
 | |
|    |
 | |
| LL |     println!("●●");
 | |
|    |              ~~~~
 | |
| 
 | |
| error: aborting due to 1 previous error
 | |
| 
 | 
