Skip to content

Commit feee434

Browse files
committed
Patch VeriFast proofs
1 parent a68ae47 commit feee434

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

verifast-proofs/alloc/raw_vec/mod.rs/original/raw_vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ impl<A: Allocator> RawVecInner<A> {
761761
}
762762

763763
// not marked inline(never) since we want optimizers to be able to observe the specifics of this
764-
// function, see tests/codegen/vec-reserve-extend.rs.
764+
// function, see tests/codegen-llvm/vec-reserve-extend.rs.
765765
#[cold]
766766
fn finish_grow<A>(
767767
new_layout: Layout,

verifast-proofs/alloc/raw_vec/mod.rs/verified/raw_vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ impl<A: Allocator> RawVecInner<A> {
19781978
}
19791979

19801980
// not marked inline(never) since we want optimizers to be able to observe the specifics of this
1981-
// function, see tests/codegen/vec-reserve-extend.rs.
1981+
// function, see tests/codegen-llvm/vec-reserve-extend.rs.
19821982
#[cold]
19831983
fn finish_grow<A>(
19841984
new_layout: Layout,

verifast-proofs/alloc/raw_vec/mod.rs/with-directives/raw_vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ impl<A: Allocator> RawVecInner<A> {
761761
}
762762

763763
// not marked inline(never) since we want optimizers to be able to observe the specifics of this
764-
// function, see tests/codegen/vec-reserve-extend.rs.
764+
// function, see tests/codegen-llvm/vec-reserve-extend.rs.
765765
#[cold]
766766
fn finish_grow<A>(
767767
new_layout: Layout,

0 commit comments

Comments
 (0)