1 2 3 4 5 6 7 8
// check-pass // compile-flags: -Z chalk struct Foo<'a, T> where Box<T>: Clone { _x: std::marker::PhantomData<&'a T>, } fn main() { }