Update tests/codegen-llvm/deduced-param-attrs.rs
Co-authored-by: Tomasz Miąsko <tomasz.miasko@gmail.com>
This commit is contained in:
parent
e611ef32f8
commit
ecb0d3bfbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue