A-lintgood first issue
Description
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
struct Foo {}
struct<Foo> Bar { f: Foo }
Should warn that Foo in Bar shadows the struct Foo declared previously.
Generated by triagebot, see help for how to add more