1
Fork 0
rust/compiler/rustc_session
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
..
src Use FromStr trait for number option parsing 2021-03-09 14:49:04 +01:00
Cargo.toml Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00