We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b946e commit 9cdc44bCopy full SHA for 9cdc44b
tests/codegen/maybeuninit-rvo.rs
@@ -24,7 +24,7 @@ extern "C-unwind" {
24
}
25
26
pub fn new_from_uninit_unwind() -> Foo {
27
- // CHECK-LABEL: new_from_uninit
+ // CHECK-LABEL: new_from_uninit_unwind
28
// CHECK-NOT: call void @llvm.memcpy.
29
let mut x = std::mem::MaybeUninit::uninit();
30
unsafe {
0 commit comments