about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/mod.rs
diff options
context:
space:
mode:
authorBryan Garza <1396101+bryangarza@users.noreply.github.com>2023-07-13 16:32:36 -0700
committerBryan Garza <1396101+bryangarza@users.noreply.github.com>2023-07-17 09:43:35 -0700
commitef50e204f35ba2952f7ffd0e7560b136f1ace0aa (patch)
tree6824c95fb64273695c5c2fa1f8df985cfd6afcbf /compiler/rustc_target/src/asm/mod.rs
parent8ca44ef9caa4049d584fbbce218c219cdca33a2f (diff)
downloadrust-ef50e204f35ba2952f7ffd0e7560b136f1ace0aa.tar.gz
rust-ef50e204f35ba2952f7ffd0e7560b136f1ace0aa.zip
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
Diffstat (limited to 'compiler/rustc_target/src/asm/mod.rs')
0 files changed, 0 insertions, 0 deletions