blob: c26393c8f895cedc2aeaf174710bf4edb00a48be [file] [log] [blame]
fn main() where for<'a, T: Sized + 'a, const C: usize> [&'a T; C]: Sized {
let x = for<T>
|| {};
let y: dyn
for<T> Into<T>;
let z: for<T>
fn(T);
}