// check-pass // compile-flags: -Z chalk struct Foo<'a, T> where Box: Clone { _x: std::marker::PhantomData<&'a T>, } fn main() { }