mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			107 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			107 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ compile-flags: -Z ui-testing=no
 | 
						|
#[path = "auxiliary/dummy_lib.rs"]
 | 
						|
mod lib;
 | 
						|
 | 
						|
/// The function needs to be long enough to
 | 
						|
/// ensure `max_line_num_len` to be large enough
 | 
						|
/// for no-ui-testing
 | 
						|
fn main() {
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    ();
 | 
						|
    dbg!(lib::Dummy); //~ ERROR `Dummy` doesn't implement `Debug`
 | 
						|
}
 |