Conversation
|
Some changes occurred in compiler/rustc_attr_parsing cc @jdonszelmann, @JonathanBrouwer Some changes occurred in compiler/rustc_attr_ir cc @jdonszelmann, @JonathanBrouwer Some changes occurred in compiler/rustc_passes/src/check_attr.rs cc @jdonszelmann, @JonathanBrouwer Some changes occurred to diagnostic attributes. cc @mejrs |
|
This is quite different from what all other diagnostic attributes do (they customize errors that would get emitted regardless) - this is a lint helper. I'm not opposed to it, but please get a confirmation from the lang team that they're OK with moving the diagnostic namespace in this direction. See #t-lang > extending the diagnostic namespace for prior discussion. |
|
Ah, sorry about that. Opened a topic here: https://rust-lang.zulipchat.com/#narrow/channel/213817-t-lang/topic/Extend.20the.20diagnostics.20attr.20for.20a.20lint.20helper/with/623001975 |
|
|
||
| This is for a future lint described in [#148664](https://github.com/rust-lang/rust/issues/148664). | ||
|
|
||
| <!-- FIXME(JohnTitor): descirbe more once a lint is implemented. --> |
There was a problem hiding this comment.
An initianl implementation for #148664
Tracking issue: #162563
r? estebank