rust/compiler
Dylan DPC e64dbb1f46
Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper
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-04-05 13:03:37 +02:00
..
2021-04-04 14:57:05 -04:00
2021-03-30 20:31:06 +02:00
2021-04-02 19:11:50 -04:00
2021-03-31 10:15:27 -04:00