Files
rust/library
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
..
2024-04-12 16:28:19 -07:00
2024-04-24 13:12:25 +01:00
2024-04-21 21:35:17 -04:00