mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 02:07:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			257 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			257 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// aux-build:issue-15318.rs
 | 
						|
// ignore-cross-compile
 | 
						|
#![no_std]
 | 
						|
 | 
						|
extern crate issue_15318;
 | 
						|
 | 
						|
pub use issue_15318::ptr;
 | 
						|
 | 
						|
// @has issue_15318_2/fn.bar.html \
 | 
						|
//          '//*[@href="primitive.pointer.html"]' \
 | 
						|
//          '*mut T'
 | 
						|
pub fn bar<T>(ptr: *mut T) {}
 |