Skip to content

Add filter to rustc_on_unimplemented for self_has_method="foo" #53767

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

Open
estebank opened this issue Aug 28, 2018 · 1 comment
Open

Add filter to rustc_on_unimplemented for self_has_method="foo" #53767

estebank opened this issue Aug 28, 2018 · 1 comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints C-enhancement Category: An issue proposing an enhancement or a PR with one. F-on_unimplemented Error messages that can be tackled with `#[rustc_on_unimplemented]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@estebank
Copy link
Contributor

Add a way to query on specific methods and traits being available to rustc_on_unimplemented for more targeted suggestions.

@estebank estebank added the A-diagnostics Area: Messages for errors, warnings, and lints label Aug 28, 2018
@estebank
Copy link
Contributor Author

cc #53766

@JohnTitor JohnTitor added C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. F-on_unimplemented Error messages that can be tackled with `#[rustc_on_unimplemented]` labels Apr 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints C-enhancement Category: An issue proposing an enhancement or a PR with one. F-on_unimplemented Error messages that can be tackled with `#[rustc_on_unimplemented]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants