mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	 e64dbb1f46
			
		
	
	
		e64dbb1f46
		
			
		
	
	
	
	
		
			
			Use FromStr trait for number option parsing Replace `parse_uint` with generic `parse_number` based on `FromStr`. Use it for parsing inlining threshold to avoid casting later.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.