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 1a27566 commit 22b0e3cCopy full SHA for 22b0e3c
src/intrinsics/mod.rs
@@ -1264,6 +1264,7 @@ fn codegen_regular_intrinsic_call<'tcx>(
1264
1265
sym::cold_path => {
1266
// This is a no-op. The intrinsic is just a hint to the optimizer.
1267
+ // We still have an impl here to avoid it being turned into a call.
1268
}
1269
1270
// Unimplemented intrinsics must have a fallback body. The fallback body is obtained
0 commit comments