error: item has unused generic parameters --> $DIR/functions.rs:14:8 | LL | pub fn unused() { | ^^^^^^ - generic parameter `T` is unused error: item has unused generic parameters --> $DIR/functions.rs:45:12 | LL | impl Foo { | - generic parameter `F` is unused ... LL | pub fn unused_impl() { | ^^^^^^^^^^^ error: item has unused generic parameters --> $DIR/functions.rs:51:12 | LL | impl Foo { | - generic parameter `F` is unused ... LL | pub fn unused_both() { | ^^^^^^^^^^^ - generic parameter `G` is unused error: item has unused generic parameters --> $DIR/functions.rs:63:12 | LL | impl Foo { | - generic parameter `F` is unused ... LL | pub fn used_fn() { | ^^^^^^^ error: aborting due to 4 previous errors