mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			268 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// @has 'issue_106142/a/index.html'
 | 
						|
// @count 'issue_106142/a/index.html' '//ul[@class="item-table"]//li//a' 1
 | 
						|
 | 
						|
#![allow(rustdoc::broken_intra_doc_links)]
 | 
						|
 | 
						|
pub mod a {
 | 
						|
    /// [`m`]
 | 
						|
    pub fn f() {}
 | 
						|
 | 
						|
    #[macro_export]
 | 
						|
    macro_rules! m {
 | 
						|
        () => {};
 | 
						|
    }
 | 
						|
}
 |