rust/library/core
bors cf774742b6 Auto merge of #124863 - DaniPopes:from-str-radix-panic, r=Amanieu
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.
2024-05-10 11:48:15 +00:00
..
benches Add benchmarks for impl Debug for str 2024-05-01 09:54:29 +02:00
src Auto merge of #124863 - DaniPopes:from-str-radix-panic, r=Amanieu 2024-05-10 11:48:15 +00:00
tests Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
Cargo.toml Import the 2021 prelude in the core crate 2024-03-25 13:12:06 -07:00