You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of #158182 - joboet:sgx_args_oncelock, r=clarfonthey
std: use `OnceLock` for SGX argument storage
Just like #158180, using a `OnceLock` is much better. Though I guess that in this case a `static mut` would be fine as well...
CC @jethrogb@raoulstrackx@aditijannu
0 commit comments