* Rewrite as #[proc_macro_attribute] This removes the old macro_registrar interface and does the macro using `syn` and `quote`. * Handle abs * Test: Try to re-apply attribute