Commit f51a097
authored
Fix LLBC regressions (#4338)
Since the upgrade to the 2025-07-04 toolchain, which removed the
`let_chains` unstable feature, the LLBC regressions have been broken.
This was caused by the removal of the `let_chains` feature (which is
used in the Charon submodule) and requiring the 2024 edition to use let
chains.
The edition used in Charon was upgraded to 2024 since
AeneasVerif/charon@59b8ad6,
but the attempt to update Kani to use that commit ran into
AeneasVerif/charon#806. So, in the meantime,
apply a minimal patch to the Charon code after cloning it to allow it to
build.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.1 parent 79763ce commit f51a097
File tree
3 files changed
+35
-1
lines changed- .github/workflows
- kani-compiler/src/codegen_aeneas_llbc/mir_to_ullbc
- scripts
3 files changed
+35
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
111 | 118 | | |
112 | 119 | | |
113 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
1009 | 1010 | | |
1010 | 1011 | | |
1011 | 1012 | | |
1012 | | - | |
| 1013 | + | |
1013 | 1014 | | |
1014 | 1015 | | |
1015 | 1016 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments