File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5959#![ feature( noop_waker) ]
6060#![ feature( numfmt) ]
6161#![ feature( num_midpoint) ]
62+ #![ cfg_attr( not( bootstrap) , feature( offset_of_nested) ) ]
6263#![ feature( isqrt) ]
6364#![ feature( step_trait) ]
6465#![ feature( str_internals) ]
Original file line number Diff line number Diff line change 22// unit-test: GVN
33// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
44
5- #![feature(offset_of, offset_of_enum )]
5+ #![feature(offset_of_enum, offset_of_nested )]
66
77use std::marker::PhantomData;
88use std::mem::offset_of;
Original file line number Diff line number Diff line change 22// unit-test: DataflowConstProp
33// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
44
5- #![feature(offset_of )]
5+ #![ feature( offset_of_nested ) ]
66
77use std:: marker:: PhantomData ;
88use std:: mem:: offset_of;
Original file line number Diff line number Diff line change 11// pp-exact
2- #![feature(offset_of)]
32
43fn main() { std::mem::offset_of!(std :: ops :: Range < usize >, end); }
Original file line number Diff line number Diff line change 22
33// Check that unsizing does not change which field is considered for niche layout.
44
5- #![feature(offset_of)]
65#![allow(dead_code)]
76
87#[derive(Clone)]
You can’t perform that action at this time.
0 commit comments