Update tests/codegen-llvm/deduced-param-attrs.rs

Co-authored-by: Tomasz Miąsko <tomasz.miasko@gmail.com>
This commit is contained in:
klensy 2025-11-11 12:31:37 +03:00 committed by GitHub
parent e611ef32f8
commit ecb0d3bfbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +99,7 @@ pub static A1: fn(BigCell) = shared_borrow;
// The parameter can be mutated through a raw const borrow.
//
// CHECK-LABEL: ; deduced_param_attrs::raw_const_borrow
// CHECK-NEXT: ;
// CHECK-NOT: readonly
// CHECK-NEXT: %a)
#[inline(never)]