struct A; #[rustfmt::skip] fn foo() -> A<{ { N } }> { //~^ ERROR: generic parameters may not be used in const operations A::<1> } fn main() {}