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

Remove overlapping parts of multipart suggestions #106916

Merged
merged 4 commits into from Jan 28, 2023

Commits on Jan 20, 2023

  1. add debug assertion for suggestions with overlapping parts

    Lukas Markeffsky committed Jan 20, 2023
    Copy the full SHA
    b9e8286 View commit details
    Browse the repository at this point in the history
  2. preserve delim spans during macro_rules! expansion if able

    Lukas Markeffsky committed Jan 20, 2023
    Copy the full SHA
    31443c6 View commit details
    Browse the repository at this point in the history
  3. fix overlapping spans for explicit_outlives_requirements in macros

    also delete trailing comma if necessary
    Lukas Markeffsky committed Jan 20, 2023
    Copy the full SHA
    e415e2f View commit details
    Browse the repository at this point in the history
  4. fix overlapping spans for clippy::uninlined_format_args

    Lukas Markeffsky committed Jan 20, 2023
    Copy the full SHA
    228ddf0 View commit details
    Browse the repository at this point in the history