(i32)
is just i32
and the unit type()
, whose only value is also an empty tuple,()
()
as an example
It may be covered by this:
Despite the value of a unit type being a tuple, it is not considered a
compound type because it does not contain multiple values.
assignment to immutably borrowed _mutable_integer occurs here
instead of assignment to borrowed _mutable_integer occurs here