We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn cold_path
1 parent 1279b3b commit c2c2e8dCopy full SHA for c2c2e8d
compiler/rustc_arena/src/lib.rs
@@ -32,7 +32,7 @@ use std::slice;
32
33
#[inline(never)]
34
#[cold]
35
-pub fn cold_path<F: FnOnce() -> R, R>(f: F) -> R {
+fn cold_path<F: FnOnce() -> R, R>(f: F) -> R {
36
f()
37
}
38
0 commit comments