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

typeck: fix ? suggestion span #123654

Merged
merged 3 commits into from
Apr 12, 2024
Merged

Commits on Apr 10, 2024

  1. test: check that ? suggestion has local span

    This can cause rustfix to crash because the `?` suggestion previously
    could point into non-local spans, such as into the stdlib.
    jieyouxu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a809ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4606485 View commit details
    Browse the repository at this point in the history
  3. test: avoid running rustfix on leaked writeln macro internals test

    This test contains conflicting MaybeIncorrect suggestions which will
    cause the fixed file to not compile.
    jieyouxu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    420e3f1 View commit details
    Browse the repository at this point in the history