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

Don't use DesugaringKind to track desugared operators #73571

Closed

Commits on Jun 21, 2020

  1. Don't use DesugaringKind to track desugared operators

    See rust-lang#73468 (comment)
    
    This removes the immediate need for PR rust-lang#73468, since Clippy will no
    longer be confused by the precense of a new `ExpnId` 'on top of' a
    macro expansion `ExpnId`.
    
    This makes some of the 'self move diagnostics' added by PR rust-lang#72389
    slightly worse. I've left the operator-related diagnostics code in
    place, so it should be easy for a followup PR to plug in a new way of
    detecting desugared operators.
    Aaron1011 committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    571beb4 View commit details
    Browse the repository at this point in the history