Files
rust/compiler
bors c44324a4fe Auto merge of #113677 - bryangarza:unevaluated-const-ice_issue-110892, 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
2023-07-18 09:07:32 +00:00
..
2023-07-12 21:38:55 -04:00
2023-05-02 10:45:16 -07:00
2023-07-17 08:44:48 +10:00
2023-07-17 08:44:48 +10:00
2023-07-03 07:20:51 +00:00
2023-07-02 21:02:31 +02:00
2023-04-10 22:02:52 +02:00
2023-07-03 13:51:54 -07:00