Error code E0594
A non-mutable value was assigned a value.
Erroneous code example:
ⓘ
To fix this error, declare ss
as mutable by using the mut
keyword:
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
A non-mutable value was assigned a value.
Erroneous code example:
ⓘ
To fix this error, declare ss
as mutable by using the mut
keyword: