rust-lang/rust-clippy

Shadowing of types via Generic Parameter

Open

#380 创建于 2015年10月12日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)Rust (1,391 fork)batch import
A-lintgood first issue

仓库指标

Star
 (10,406 star)
PR 合并指标
 (平均合并 19天 22小时) (30 天内合并 113 个 PR)

描述

struct Foo {}

struct<Foo> Bar { f: Foo }

Should warn that Foo in Bar shadows the struct Foo declared previously.

Summary Notes

Generated by triagebot, see help for how to add more

贡献者指南