Tracking Issue for offset_of_slice #126151
Labels
B-experimental
Blocker: In-tree experiment; RFC pending or unneeded.
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
F-offset_of_slice
`#![feature(offset_of_slice)]`
S-tracking-needs-to-bake
Status: The implementation is "complete" but it needs time to bake.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
The feature gate for the issue is
#![feature(offset_of_slice)]
.This is a tracking issue for allowing offset_of to determine the offset of unsized fields whose tail is a slice, and hence their alignment and their offset is statically known.
Steps
Implementation history
The text was updated successfully, but these errors were encountered: