blob: 94a0716d383546c2f307cac7232cd2f3a1543fd1 [file] [log] [blame]
// check-pass
// compile-flags: -Z chalk
struct Foo<'a, T> where Box<T>: Clone {
_x: std::marker::PhantomData<&'a T>,
}
fn main() { }