-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Loadable lints #14067
Comments
I am interested in working on this. I will post an RFC soon. |
I really want this. rust-lua needs a loadable lint in order to get rid of all the |
This is rust-lang/rfcs#89. |
I have a working quick-and-dirty prototype. There are various issues to resolve before it can be merged. |
This is done! See #15024. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 13, 2023
…jonas-schievink fix: Lazily create the trace output channel Fixes rust-lang/rust-analyzer#13055
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that we have loadable syntax extensions, what about loadable lints? My main interest is application-specific safety checking, either to make unsafe code safer, or to provide guarantees above and beyond Rust's memory safety.
Some example use cases:
The text was updated successfully, but these errors were encountered: