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
Incremental rust compilation will not recompile macros when the files used inside are changed.
Although this is still an open issue in Rust (see here) there might be a workaround to tie us over.
Unless fixed this might prove frustrating to users who are changing the contract/script code and have their compile fail because the macro didn't reevaluate (missing types, wrong contract ids, etc).