-
Notifications
You must be signed in to change notification settings - Fork 13.8k
[WIP] Move even more early buffered lints to dyn lint diagnostics #147634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…t diagnostics" This reverts commit c97e79f.
The job Click to see the possible cause of the failure (guessed by this bot)
|
Yeah, and it's even more complex as check-cfg lints are emitted from both rustc & rustdoc, which do not operate at the same time, rustc is at expansion time, while rustdoc is after expansion (and therefore has direct access to a |
The thing is, while currently only the post-expansion lint pass gets passed a We can easily pass the Not being able to name Footnotes
|
And I know we don't do that right now (we use |
Follow-up to #145881 and #145747.
TODO:
TyCtxt
)