rust/compiler/rustc_symbol_mangling/src
bors eb2226b1f1 Auto merge of #85296 - bjorn3:plugin_cleanup, r=petrochenkov
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)`
2021-08-12 04:30:41 +00:00
..
legacy.rs Implement Printer for &mut SymbolPrinter 2021-07-29 13:21:20 +02:00
lib.rs Replace #[plugin_registrar] with exporting __rustc_plugin_registrar 2021-08-10 14:20:48 +02:00
test.rs Use less HirId when referring to items. 2021-02-15 19:36:12 +01:00
v0.rs Implement Printer for &mut SymbolMangler 2021-07-29 13:30:40 +02:00