Skip to content
E0004 · Type · error

Cannot reassign (legacy)

Legacy alias for `TE004`. The variable was declared with `let`; use `let mut` to allow reassignment.

A full explainer for this code hasn't been written yet. The summary above is the current authoritative description.

Want to contribute? Add docs/errors/<code>.md in the repo and the page will pick it up automatically.

See also

enespt-br