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 following is now supported:
safety_comment! {
/// SAFETY:
/// Safety comment here.
macro_invocation!();
macro_invocation!();
/// Previously, this comment (which appears after macro
/// invocations) was not supported.
macro_invocation!();
macro_invocation!();
}
0 commit comments