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
Does the macro get expanded when doing a standard cargo build? That would be a lot of processing for something that will be thrown away when producing a binary. Or, better, does it just run when using cargo doc?
Does the macro get expanded when doing a standard
cargo build? That would be a lot of processing for something that will be thrown away when producing a binary. Or, better, does it just run when usingcargo doc?