Open
Description
We have a variety of edge-cases involving attributes that are either simply untested or under-tested, and certainly not tested for every attribute where it is relevant. As most attributes are a series of special-cases (though less so now) they each need testing.
A key issue is that they have interactions with proc-macro attributes and such.
We are currently allowing this to happen and not blocking PRs on fixes in this area because we already have legacy problems in this lack of coverage and we are in the middle of a migration.
This came up in