rust/compiler/rustc_codegen_ssa
Tomasz Miąsko 1ec905766d 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.
2021-03-09 14:49:04 +01:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.