mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			200 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			200 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ compile-flags: --crate-type lib
 | 
						|
//@ edition: 2018
 | 
						|
 | 
						|
#![feature(rustc_attrs)]
 | 
						|
#![feature(no_core)]
 | 
						|
#![no_core]
 | 
						|
 | 
						|
#[rustc_doc_primitive = "usize"]
 | 
						|
/// This is the built-in type `usize`.
 | 
						|
mod usize {
 | 
						|
}
 |