Revert #152369 because of multiple regressions

The regressions are documented in the PR comments.
This reverts commit 2972b5e, reversing changes made to f908263.
This commit is contained in:
Jonathan Brouwer
2026-04-09 18:27:19 +02:00
parent 30107e89e6
commit 65745a1b95
99 changed files with 1494 additions and 2017 deletions
@@ -1,9 +1,8 @@
#### Note: this error code is no longer emitted by the compiler
An invalid lint attribute has been given.
Erroneous code example:
```compile_fail
```compile_fail,E0452
#![allow(foo = "")] // error: malformed lint attribute
```