]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #88159 - spastorino:fix-unused-generic-param-test, r=oli-obk
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 19 Aug 2021 17:30:12 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Aug 2021 17:30:12 +0000 (19:30 +0200)
commit1095bb1eb25b38a221e35588530269c6219a95a1
tree822d2ebd51b96809009db48ec69aef750aa77e22
parentbcc3b4ef624ab8bcbec664e3620f7e9e0f60d496
parentdf8a64327ccfcb869867f41cdc6c11ee9357f7d1
Rollup merge of #88159 - spastorino:fix-unused-generic-param-test, r=oli-obk

Use a trait instead of the now disallowed missing trait there

To properly test the unused generic parameter and just that we need to use a trait in the tait. Missing the trait there is already tested and is not what we meant to test here.

r? `@oli-obk`