We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955cea4 commit cae3e6eCopy full SHA for cae3e6e
src/probestack.rs
@@ -64,6 +64,7 @@ macro_rules! define_rust_probestack {
64
.pushsection .text.__rust_probestack
65
.globl __rust_probestack
66
.type __rust_probestack, @function
67
+ .hidden __rust_probestack
68
__rust_probestack:
69
",
70
$body,
0 commit comments