We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a12d9a commit eb27828Copy full SHA for eb27828
library/std/src/lib.rs
@@ -208,7 +208,7 @@
208
#![cfg_attr(test, feature(print_internals, set_stdio, update_panic_count))]
209
#![cfg_attr(
210
all(target_vendor = "fortanix", target_env = "sgx"),
211
- feature(slice_index_methods, coerce_unsized, sgx_platform, ptr_wrapping_offset_from)
+ feature(slice_index_methods, coerce_unsized, sgx_platform)
212
)]
213
#![cfg_attr(all(test, target_vendor = "fortanix", target_env = "sgx"), feature(fixed_size_array))]
214
// std is implemented with unstable features, many of which are internal
0 commit comments