1 2 3 4 5 6 7 8 9 10
struct Foo< 'a, const N: usize = { let x: &'a (); //~^ ERROR generic parameters may not be used in const operations 3 }, >(&'a ()); fn main() {}