### Problem Cargo still supports building and depending on rustc plugins despite this having been removed from rustc a while ago. ### Proposed Solution Remove support for building rustc plugins. ### Notes Support was removed in https://github.com/rust-lang/rust/pull/116412
Problem
Cargo still supports building and depending on rustc plugins despite this having been removed from rustc a while ago.
Proposed Solution
Remove support for building rustc plugins.
Notes
Support was removed in rust-lang/rust#116412