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
the proc-macro-error crate is nice. I used it in a proc-macro today, really makes for a better ux. it should be easy to move to start using it, just replace panic! with abort! and unwrap with unwrap_or_else(|| abort!)
Misusing the proc macros results in very unhelpful error messages. I have seen:
None
Furthermore, the correct use of the proc macros is poorly documented. I had to figure it out by trial and error.
The text was updated successfully, but these errors were encountered: