Error code E0614
Attempted to dereference a variable which cannot be dereferenced.
Erroneous code example:
ⓘ
Only types implementing std::ops::Deref
can be dereferenced (such as &T
).
Example:
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
Attempted to dereference a variable which cannot be dereferenced.
Erroneous code example:
ⓘ
Only types implementing std::ops::Deref
can be dereferenced (such as &T
).
Example: