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
In the Solidity JSON input, a compilation optimization flag simpleCounterForLoopUncheckedIncrement is added to indicate using unchecked arithmetic when incrementing the counter of for loops under certain circumstances. However, in the current codebase, this field is missing.
In the Solidity JSON input, a compilation optimization flag
simpleCounterForLoopUncheckedIncrement
is added to indicate using unchecked arithmetic when incrementing the counter of for loops under certain circumstances. However, in the current codebase, this field is missing.This issue is also related to the PR mentioned in foundry-rs/foundry#7576 (comment).
The text was updated successfully, but these errors were encountered: