]> git.lizzy.rs Git - rust.git/commit
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)
commit47f9d89f9abd24bc6a347a77dcf131e283ad2c3b
tree34c81cba566dc4e07e7ec021102bfee79ea07dbc
parente309b79050c4dd47c08b3ef2b8228701883c5c24
parent5ef85bbd7cd02df6389db6b3160ec7ef153091f1
Rollup merge of #104148 - fmease:fix-104140, r=petrochenkov

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