mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			252 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			252 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // aux-build:issue-15318.rs
 | |
| // ignore-cross-compile
 | |
| 
 | |
| #![no_std]
 | |
| 
 | |
| extern crate issue_15318;
 | |
| 
 | |
| // @has issue_15318/fn.bar.html \
 | |
| //      '//*[@href="http://example.com/issue_15318/primitive.pointer.html"]' \
 | |
| //      '*mut T'
 | |
| pub fn bar<T>(ptr: *mut T) {}
 | 
