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.
1 parent 8d76b2f commit 3d9cee1Copy full SHA for 3d9cee1
src/intrinsics/mod.rs
@@ -203,7 +203,7 @@ pub(crate) fn codegen_intrinsic_call<'tcx>(
203
sym::transmute => {
204
crate::base::codegen_panic(fx, "Transmuting to uninhabited type.", source_info);
205
}
206
- _ => unimplemented!("unsupported intrinsics {}", intrinsic),
+ _ => unimplemented!("unsupported intrinsic {}", intrinsic),
207
208
return;
209
};
0 commit comments