mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-29 20:15:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			236 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			236 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // aux-build:issue-21801.rs
 | |
| // ignore-cross-compile
 | |
| 
 | |
| extern crate issue_21801;
 | |
| 
 | |
| // @has issue_21801/struct.Foo.html
 | |
| // @has - '//*[@id="method.new"]' \
 | |
| //        'fn new<F>(f: F) -> Foowhere F: FnMut() -> i32'
 | |
| pub use issue_21801::Foo;
 | 
