convert the optimize attribute to a new parser

This commit is contained in:
Jana Dönszelmann
2025-03-09 23:46:47 +01:00
parent 1bb335244c
commit b64fd13a04
13 changed files with 72 additions and 58 deletions

View File

@@ -290,6 +290,7 @@ fn emit_malformed_attribute(
| sym::rustc_confusables
| sym::repr
| sym::deprecated
| sym::optimize
) {
return;
}