We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6d8f2 commit e23937cCopy full SHA for e23937c
tests/codegen/infallible-unwrap-in-opt-z.rs
@@ -21,6 +21,6 @@ pub fn read_up_to_8(buf: &[u8]) -> u64 {
21
// CHECK-LABEL: @checking_unwrap_expectation(
22
#[no_mangle]
23
pub fn checking_unwrap_expectation(buf: &[u8]) -> &[u8; 4] {
24
- // CHECK: call void @_ZN4core6result13unwrap_failed17h
+ // CHECK: call void @{{.*core6result13unwrap_failed}}
25
buf.try_into().unwrap()
26
}
0 commit comments