We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c58418 + 24a416c commit b64a934Copy full SHA for b64a934
src/tools/rust-analyzer/crates/hir-ty/src/mir/eval/shim.rs
@@ -1121,7 +1121,7 @@ impl Evaluator<'_> {
1121
// We don't call any drop glue yet, so there is nothing here
1122
Ok(())
1123
}
1124
- "transmute" => {
+ "transmute" | "transmute_unchecked" => {
1125
let [arg] = args else {
1126
return Err(MirEvalError::InternalError(
1127
"transmute arg is not provided".into(),
0 commit comments