You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flux is implemented as a compiler driver so we are not affected by the change. In the context of Rust, when people say compiler plugin they actually mean driver, which has been the standard way to interact with the compiler for some time now and it's unlikely to go away (Clippy and Miri are implemented as a driver)
rustc just removed plugins ( rust-lang/rust#116412 ). I hope you are not affected
The text was updated successfully, but these errors were encountered: