mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
eb2226b1f1
Plugin interface cleanup The first commit performs two uncontroversial cleanups. The second commit removes `#[plugin_registrar]` and instead requires you to export a `__rustc_plugin_registrar` function, this will require a change to servo's script_plugins (cc `@jdm)`