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 program will exit with the error unexpected end of macro invocation. The expected behavior is that an empty line should be printed, as it is with println!().
When I pass no parameters to
debug!(), like so,the program will exit with the error
unexpected end of macro invocation. The expected behavior is that an empty line should be printed, as it is withprintln!().