Comment on Go Analysis Framework: modular static analysis by go teamparentComments−maleldil1moIt does if you reuse the error variable, which is very common. Example: https://go.dev/play/p/ofL2fG-OIcCThis can't happen in Rust.
Comments
It does if you reuse the error variable, which is very common. Example: https://go.dev/play/p/ofL2fG-OIcC
This can't happen in Rust.