Error code E0533
An item which isn't a unit struct, a variant, nor a constant has been used as a match pattern.
Erroneous code example:
ⓘ
If you want to match against a value returned by a method, you need to bind the value first:
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
An item which isn't a unit struct, a variant, nor a constant has been used as a match pattern.
Erroneous code example:
ⓘ
If you want to match against a value returned by a method, you need to bind the value first: