]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #104148 - fmease:fix-104140, r=petrochenkov
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 15 Nov 2022 09:44:09 +0000 (10:44 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 09:44:09 +0000 (10:44 +0100)
Visit attributes of trait impl items during AST validation

Fixes #104140.

This fix might not be backward compatible (in practice) since we now validate more attributes than before.
Should I write more tests?

`@rustbot` label A-attributes


Trivial merge