I have some vague memory of having read that unwrap()s that take the "bad path" are marked as cold paths. Is this true, or did I hallucinate this? If this is true, is this true in general for failed assertions, .expect() and other panicing functions?
(No XY, just curious, but can't recall where I might have read it).