mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
cf774742b6
from_str_radix: outline only the panic function
In the `{integer}::from_str_radix` function, the radix check is labeled as `cold` and `inline(never)`, along with its corresponding panic. It probably was intended to apply these attributes only to the panic function.