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
An important part of good proc macros is giving good error messages when they are misused. #1025 introduced the #[neon::export] macro and makes an effort to catch some common traps.
Including FunctionContext with task
Including the context attribute with task
However, these are un-tested. We should add a "compile error" test suite.
The text was updated successfully, but these errors were encountered:
An important part of good proc macros is giving good error messages when they are misused. #1025 introduced the
#[neon::export]
macro and makes an effort to catch some common traps.FunctionContext
withtask
context
attribute withtask
However, these are un-tested. We should add a "compile error" test suite.
The text was updated successfully, but these errors were encountered: