We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1905908 commit a7da543Copy full SHA for a7da543
kani-compiler/src/codegen_cprover_gotoc/overrides/hooks.rs
@@ -951,7 +951,7 @@ impl GotocHook for AlignOffset {
951
);
952
let place_expr = unwrap_or_return_codegen_unimplemented_stmt!(
953
gcx,
954
- gcx.codegen_place_stable(&assign_to, loc)
+ gcx.codegen_place_stable(assign_to, loc)
955
)
956
.goto_expr;
957
let rhs = Expr::int_constant(usize::MAX, place_expr.typ().clone());
0 commit comments