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
I tried adding #[macro_export(local_inner_macros)] to make a macro usable outside my crate, but it broke usability inside the crate (like for tests). The code:
This works in 2015, and it works in 2018 if you remove (local_inner_macros), but with both it doesn't. This seems like a problem for the migration path.