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

Fix ICE: global_asm!() Don't Panic When Unable to Evaluate Constant #122691

Merged
merged 3 commits into from
Mar 19, 2024

Commits on Mar 18, 2024

  1. Add tests

    veera-sivarajan committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    935842b View commit details
    Browse the repository at this point in the history
  2. Fix ICE: global_asm!() Don't Panic When Unable to Evaluate Constant

    A bit of an inelegant fix but given that the error is created only
    after call to `const_eval_poly()` and that the calling function
    cannot propagate the error anywhere else, the error has to be
    explicitly handled inside `mono_item.rs`.
    veera-sivarajan committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    97cc700 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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