diff options
| author | Steven Malis <smmalis37@gmail.com> | 2019-03-12 21:00:37 -0700 |
|---|---|---|
| committer | Steven Malis <smmalis37@gmail.com> | 2019-03-12 21:00:37 -0700 |
| commit | 266ca31f74ae343fc773b88f3bb77b601034babf (patch) | |
| tree | 8f3c89792d65115bc4c4db963fc0982d191a3df0 /src/libstd | |
| parent | 8f4c226fc5b3b0c0d120bb3117089557ef35acc1 (diff) | |
| download | rust-266ca31f74ae343fc773b88f3bb77b601034babf.tar.gz rust-266ca31f74ae343fc773b88f3bb77b601034babf.zip | |
Stabilize Range*::contains.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index e31680f23f1..307e0c63f34 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -221,7 +221,7 @@ #![cfg_attr(test, feature(print_internals, set_stdio, test, update_panic_count))] #![cfg_attr(all(target_vendor = "fortanix", target_env = "sgx"), - feature(global_asm, range_contains, slice_index_methods, + feature(global_asm, slice_index_methods, decl_macro, coerce_unsized, sgx_platform, ptr_wrapping_offset_from))] // std is implemented with unstable features, many of which are internal |
