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

Fix incorrect suggestion for trait bounds involving binary operators #94034

Merged
merged 2 commits into from
Apr 26, 2022

Commits on Apr 26, 2022

  1. Replace suggest_constraining_param with suggest_restricting_param_bound

    to fix incorrect suggestion for trait bounds involving binary operators.
    Fixes rust-lang#93927, rust-lang#92347, rust-lang#93744.
    willcrichton committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4d0fe27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc41dba View commit details
    Browse the repository at this point in the history