#[cold]
https://www.reddit.com/r/rust/comments/gtcsem/what_does_cold_actually_do/
“all branches that call cold functions are considered unlikely”
#[cold]
fn foo() -> () {
...
}
https://www.reddit.com/r/rust/comments/gtcsem/what_does_cold_actually_do/
“all branches that call cold functions are considered unlikely”
#[cold]
fn foo() -> () {
...
}