]> git.lizzy.rs Git - rust.git/blob - src/test/ui/polymorphization/promoted-function-1.stderr
Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc
[rust.git] / src / test / ui / polymorphization / promoted-function-1.stderr
1 error: item has unused generic parameters
2   --> $DIR/promoted-function-1.rs:9:8
3    |
4 LL | pub fn test<T>() {
5    |        ^^^^ - generic parameter `T` is unused
6
7 error: aborting due to previous error
8