diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2022-04-10 16:02:52 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2022-05-11 17:16:25 -0700 |
| commit | 003b954a43a7f1f9058f25e8f9b6ddfd4a3dced9 (patch) | |
| tree | 0f7e59be0a498f30146cc7290339125802f91f6a /library/alloc/src | |
| parent | 4bb15b3797452b87c6ea3189fa60dd52d59a567d (diff) | |
Apply CR suggestions; add real tracking issue
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 1c569e15607..fd21b367118 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -127,7 +127,7 @@ #![feature(pattern)] #![feature(ptr_internals)] #![feature(ptr_metadata)] -#![feature(ptr_unsigned_offset_from)] +#![feature(ptr_sub_ptr)] #![feature(receiver_trait)] #![feature(set_ptr_value)] #![feature(slice_group_by)] |
