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 am trying to update yew to work with the 2018 edition. I need to use the local_inner_macros feature, but it seems to clobber built-in macros like stringify and compile_error. Is is possible to just spot these particular macros and not add $crate:: to them?