mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
1ec905766d
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.