We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb20e25 commit 43c6f9cCopy full SHA for 43c6f9c
src/test/codegen/noalias-rwlockreadguard.rs
@@ -10,5 +10,6 @@ use std::sync::RwLockReadGuard;
10
11
// CHECK-LABEL: @maybe_aliased(
12
// CHECK-NOT: noalias
13
+// CHECK-SAME: %_data
14
#[no_mangle]
15
pub unsafe fn maybe_aliased(_: RwLockReadGuard<'_, i32>, _data: &UnsafeCell<i32>) {}
0 commit comments