]> git.proxmox.com Git - rustc.git/blame - src/test/ui/polymorphization/promoted-function-1.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / polymorphization / promoted-function-1.stderr
CommitLineData
3dfed10e
XL
1error: item has unused generic parameters
2 --> $DIR/promoted-function-1.rs:9:8
3 |
4LL | pub fn test<T>() {
5 | ^^^^ - generic parameter `T` is unused
6
7error: aborting due to previous error
8