mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			245 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			245 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-crate:assoc_const_equality=assoc-const-equality.rs
 | |
| //@ edition:2021
 | |
| 
 | |
| #![crate_name = "user"]
 | |
| 
 | |
| //@ has user/fn.accept.html
 | |
| //@ has - '//pre[@class="rust item-decl"]' 'fn accept(_: impl Trait<K = 0>)'
 | |
| pub use assoc_const_equality::accept;
 | 
