diff options
| author | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2017-09-13 12:20:39 +0200 |
|---|---|---|
| committer | Oliver Schneider <git-no-reply-9879165716479413131@oli-obk.de> | 2017-09-17 21:30:58 +0200 |
| commit | 2787a285bd211ecbf75fd95d990226242005d848 (patch) | |
| tree | 1b66a4087234242d1d96fc8db30a795efd57f16d /src/libstd/lib.rs | |
| parent | 1cdd68922d143c6d1f18f66572251b7078e9e850 (diff) | |
| download | rust-2787a285bd211ecbf75fd95d990226242005d848.tar.gz rust-2787a285bd211ecbf75fd95d990226242005d848.zip | |
Add `<*const T>::align_offset` and use it in `memchr`
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 1a0f8b8d217..a3eecd46e90 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -242,6 +242,7 @@ #![feature(allocator_internals)] #![feature(allow_internal_unsafe)] #![feature(allow_internal_unstable)] +#![feature(align_offset)] #![feature(asm)] #![feature(box_syntax)] #![feature(cfg_target_has_atomic)] |
