Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ jobs:
nix flake update charon --override-input charon github:aeneasverif/charon/$CHARON_REV
nix flake update eurydice --override-input eurydice github:aeneasverif/eurydice/$EURYDICE_REV
./check.sh ml-kem-small
./check.sh ml-dsa-small
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion out/test-partial_eq/partial_eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ This function found in impl {(core::fmt::Debug for partial_eq::Enum)#2}
*/
inline core_result_Result_a9 partial_eq_fmt_19(partial_eq_Enum *self, core_fmt_Formatter *f)
{
return core_fmt__core__fmt__Formatter__a__9__write_str(f, "A");
return core_fmt__core__fmt__Formatter__a__11__write_str(f, "A");
}

2 changes: 1 addition & 1 deletion out/test-partial_eq/partial_eq.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef struct core_result_Result_a9_s
core_result_Result_a9;

extern core_result_Result_a9
core_fmt__core__fmt__Formatter__a__9__write_str(core_fmt_Formatter *x0, Prims_string x1);
core_fmt__core__fmt__Formatter__a__11__write_str(core_fmt_Formatter *x0, Prims_string x1);

#define core_panicking_AssertKind_Eq 0
#define core_panicking_AssertKind_Ne 1
Expand Down
2 changes: 1 addition & 1 deletion test/partial_eq_stubs.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "partial_eq.h"

extern core_result_Result_a9
core_fmt__core__fmt__Formatter__a__9__write_str(core_fmt_Formatter *x0, Prims_string x1) {
core_fmt__core__fmt__Formatter__a__11__write_str(core_fmt_Formatter *x0, Prims_string x1) {
return ((core_result_Result_a9){ .tag = core_result_Ok, .f0 = NULL });
}