mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Revert #152369 because of multiple regressions
The regressions are documented in the PR comments. This reverts commit2972b5e, reversing changes made tof908263.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user