mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			544 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			544 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: this URL is not a hyperlink
 | |
|   --> $DIR/diagnostic-width.rs:4:41
 | |
|    |
 | |
| LL | ... a http://link.com
 | |
|    |       ^^^^^^^^^^^^^^^
 | |
|    |
 | |
|    = note: bare URLs are not automatically turned into clickable links
 | |
| note: the lint level is defined here
 | |
|   --> $DIR/diagnostic-width.rs:2:9
 | |
|    |
 | |
| LL | ...ny(ru...are_urls)]
 | |
|    |       ^^...^^^^^^^^
 | |
| help: use an automatic link instead
 | |
|    |
 | |
| LL | /// This is a long line that contains a <http://link.com>
 | |
|    |                                         +               +
 | |
| 
 | |
| error: aborting due to 1 previous error
 | |
| 
 | 
