mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #149949 - JonathanBrouwer:error_cleanup, r=jdonszelmann
Cleanup of attribute parsing errors Removes the specific `UnknownMetaItem` and `IllFormedAttributeInputLint` errors. Note that `IllFormedAttributeInputLint` is not a lint, contrary to its name r? ``````@jdonszelmann``````
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#### Note: this error code is no longer emitted by the compiler.
|
||||
|
||||
An unknown meta item was used.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0541
|
||||
```compile_fail (no longer emitted)
|
||||
#[deprecated(
|
||||
since="1.0.0",
|
||||
// error: unknown meta item
|
||||
|
||||
Reference in New Issue
Block a user