We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df34646 commit f09114aCopy full SHA for f09114a
src/backtrace/mod.rs
@@ -134,6 +134,7 @@ mod sgx_no_std_image_base {
134
/// Set the image base address. This is only available for Fortanix SGX
135
/// target when the `std` feature is not enabled. This can be used in the
136
/// standard library to set the correct base address.
137
+ #[doc(hidden)]
138
pub fn set_image_base(base_addr: u64) {
139
IMAGE_BASE.store(base_addr, SeqCst);
140
}
0 commit comments