We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a4091 commit 8b02488Copy full SHA for 8b02488
src/libcore/slice/mod.rs
@@ -1698,6 +1698,7 @@ impl<T> [T] {
1698
}
1699
1700
/// Function to calculate lenghts of the middle and trailing slice for `align_to{,_mut}`.
1701
+ #[cfg(not(stage0))]
1702
fn align_to_offsets<U>(&self) -> (usize, usize) {
1703
// What we gonna do about `rest` is figure out what multiple of `U`s we can put in a
1704
// lowest number of `T`s. And how many `T`s we need for each such "multiple".
0 commit comments