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 7fb4275 commit d23eabcCopy full SHA for d23eabc
verifast-proofs/check-verifast-proofs.mysh
@@ -3,6 +3,7 @@ cd alloc
3
cd linked_list
4
verifast -rustc_args "--edition 2021 --cfg test" -skip_specless_fns verified/lib.rs
5
refinement-checker --rustc-args "--edition 2021 --cfg test" original/lib.rs verified/lib.rs
6
+ diff ../../../../library/alloc/src/collections/linked_list.rs original/linked_list.rs
7
cd ..
8
9
0 commit comments