Skip to content
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

#[diagnostic::on_unimplemented] without filters #114452

Merged
merged 1 commit into from
Sep 17, 2023

Commits on Sep 12, 2023

  1. #[diagnostic::on_unimplemented] without filters

    This commit adds support for a `#[diagnostic::on_unimplemented]`
    attribute with the following options:
    
    * `message` to customize the primary error message
    * `note` to add a customized note message to an error message
    * `label` to customize the label part of the error message
    
    Co-authored-by: León Orell Valerian Liehr <[email protected]>
    Co-authored-by: Michael Goulet <[email protected]>
    3 people committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5b8a7a0 View commit details
    Browse the repository at this point in the history