Skip to content

Commit

Permalink
Auto merge of #113677 - bryangarza:unevaluated-const-ice_issue-110892…
Browse files Browse the repository at this point in the history
…, r=davidtwco

Safe Transmute: Fix ICE (due to UnevaluatedConst)

This patch updates the code that looks at the `Assume` type when evaluating if transmutation is possible. An ICE was being triggered in the case that the `Assume` parameter contained an unevaluated const (in this test case, due to a function with missing parameter names).

Fixes #110892
  • Loading branch information
bors committed Jul 18, 2023
2 parents 0216d34 + 4d42806 commit fa8c70a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit fa8c70a

Please sign in to comment.