Rebase from #346 found a new caller_location intrinsic in the process. In order to unblock, we codegen this intrinsic as:
"caller_location" => {
codegen_unimplemented_intrinsic!("https://github.com/model-checking/rmc/issues/374")
}
But we can probably codegen it the same way Rust does.
Rebase from #346 found a new
caller_locationintrinsic in the process. In order to unblock, we codegen this intrinsic as:But we can probably codegen it the same way Rust does.