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
This is actually supported trivially, and rustc links these identically to any other kind of dependency. Support for general crate types (#38 extended with "proc-macro" mapping to rlib, blocked on me), is all that is necessary.
As detailed in the prior comment, no special rule variant is required to support compiler plugins -- just a crate type. Likewise, compiler plugins can be included directly as normal dependencies and used (e.g. for custom derive).
Add support for using Rust compiler plugins.
Because plugins are an unstable feature, #14 would also make this easier to use for developers.
The text was updated successfully, but these errors were encountered: