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

Add support to intrinsics fallback body #123659

Merged
merged 2 commits into from
Apr 10, 2024

Commits on Apr 9, 2024

  1. Add support to intrinsics fallback body

    Before this fix, the call to `body()` would crash, since `has_body()`
    would return true, but we would try to retrieve the body of an intrinsic
    which is not allowed.
    
    Instead, the `Instance::body()` function will now convert an Intrinsic
    into an Item before retrieving its body.
    celinval committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1512d06 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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