]> git.lizzy.rs Git - rust.git/blob - src/test/ui/polymorphization/predicates.stderr
Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebase
[rust.git] / src / test / ui / polymorphization / predicates.stderr
1 error: item has unused generic parameters
2   --> $DIR/predicates.rs:9:4
3    |
4 LL | fn bar<I>() {
5    |    ^^^ - generic parameter `I` is unused
6
7 error: aborting due to previous error
8