Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GuestMemoryIterator, replace with GAT #278

Merged
merged 3 commits into from
Oct 8, 2024

Commits on Oct 2, 2024

  1. Remove GuestMemoryIterator, replace with GAT

    Use an implicit generic associated type to realize GuestMemory::iter().
    This removes the pre-GAT workaround used here to get an iterator that
    borrows values with the same lifetime as the `&self` parameter to
    `.iter()`.
    
    Signed-off-by: Patrick Roy <[email protected]>
    roypat committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2383324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c87d9a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    a612e77 View commit details
    Browse the repository at this point in the history