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(cargo-fix): dont fix into standard library #13792

Merged
merged 2 commits into from
Apr 30, 2024

Commits on Apr 23, 2024

  1. test(fix): verify cargo might fix into rust-src

    The suggestion is slightly tweaked since the original
    diagnostic was rejected due to multiple files were involved.
    
    For the original diagnostic JSON, see
    rust-lang/rust#88514 (comment)
    weihanglo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8410c1e View commit details
    Browse the repository at this point in the history
  2. fix(cargo-fix): dont fix into standard library

    This takes a more aggressive approach by stop any write into sysroot.
    weihanglo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0810627 View commit details
    Browse the repository at this point in the history