Skip to content

"Guest requested more data than was available" Error #1283

Answered by flaub
jeljelih asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think you can assume that let d = 70; will be a u64 on the host side. It's likely the compiler will select usize in this case which is going to be 64-bits on most host machines, but it will be 32-bits in the guest.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by it09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants