error: `~const` is not allowed here --> $DIR/tilde-const-and-const-params.rs:25:11 | LL | fn bar(_: Foo) -> Foo<{ A::add(N) }> { | ^^^^^^^^^^^^ | note: this function is not `const`, so it cannot have `~const` trait bounds --> $DIR/tilde-const-and-const-params.rs:25:4 | LL | fn bar(_: Foo) -> Foo<{ A::add(N) }> { | ^^^ error: aborting due to previous error