rust-lang/rustfix

Rustfix does not work when using a workspace

Closed this issue · 2 comments

Lapz commented

asciicast

When using rustfix in a workspaced project it fails to apply the correct fixes and gives an IO error.

Rustup is not currently aware of workspaces at all. We should make sure it does something useful, and then probably also add some features to let users decide which workspace member to run it on.

I think this was fixed in #66, so closing