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
Adding and/or removing the flag --@rules_rust//:error_format=json seems to trigger a rebuild of all rust dependencies. You can see an example of it here: https://github.com/rdelfin/min_repro_rules_rust
And you'll see the second command rebuild all of tokio anew.
This seems like a bug as the flag should not affect cached artifacts, given it just provides a distinct error output format. This is an issue as this flag is a common way of integrating displaying errors in some IDEs manually or otherwise for scripting error checks.