blob: 26a2c47ffb26d84980c46e75eff629cd3a4f7550 [file] [log] [blame]
pub struct Foo<'a, const N: usize, T: 'a + ?Sized>(pub &'a T, [(); N]);