We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e51be76 + 0970f3d commit e51b3d8Copy full SHA for e51b3d8
src/libstd/time.rs
@@ -153,6 +153,8 @@ pub struct Instant(time::Instant);
153
/// | Windows | [GetSystemTimeAsFileTime] |
154
///
155
/// [clock_time_get (Realtime Clock)]: https://github.com/NuxiNL/cloudabi/blob/master/cloudabi.txt
156
+/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
157
+/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
158
/// [gettimeofday]: http://man7.org/linux/man-pages/man2/gettimeofday.2.html
159
/// [clock_gettime (Realtime Clock)]: https://linux.die.net/man/3/clock_gettime
160
/// [__wasi_clock_time_get (Realtime Clock)]: https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get
0 commit comments