rust-lang / vscode-rust

Rust extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust
Other
1.39k stars 167 forks source link

Use rust fix for vscode quickfixes ? #607

Open LifeIsStrange opened 5 years ago

LifeIsStrange commented 5 years ago

https://github.com/rust-lang-nursery/rustfix

Xanewok commented 5 years ago

The underlying mechanism is the same - both rustfix and RLS consume the rustc diagnostics format, which also include the 'fix' to be applied if there is any. Do you have anything specific in mind?