mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	 65a54a7f27
			
		
	
	
		65a54a7f27
		
	
	
	
	
		
			
			Consider comments and bare delimiters the same as an "empty line" for purposes of hiding rendered code output of long multispans. This results in more aggressive shortening of rendered output without losing too much context, specially in `*.stderr` tests that have "hidden" comments.
		
			
				
	
	
		
			17 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| warning: unused coroutine that must be used
 | |
|   --> $DIR/yield-in-initializer.rs:6:18
 | |
|    |
 | |
| LL |       #[coroutine] static || {
 | |
|    |  __________________^
 | |
| LL | |         loop {
 | |
| ...  |
 | |
| LL | |         }
 | |
| LL | |     };
 | |
|    | |_____^
 | |
|    |
 | |
|    = note: coroutines are lazy and do nothing unless resumed
 | |
|    = note: `#[warn(unused_must_use)]` on by default
 | |
| 
 | |
| warning: 1 warning emitted
 | |
| 
 |