You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below I am using reject_trailing_bytes and de-serializing a u64 from [0u8; 10].
So I am expecting to get an error, however bincode silently ignores reject_trailing_bytes and returns no error even though the cursor is not at the end yet.
Edit: this happens on
v1.3.3
.Below I am using
reject_trailing_bytes
and de-serializing au64
from[0u8; 10]
.So I am expecting to get an error, however bincode silently ignores
reject_trailing_bytes
and returns no error even though the cursor is not at the end yet.The text was updated successfully, but these errors were encountered: