Commit c0afe20
authored
Update charon submodule (#3716)
Update `charon` submodule to latest commit. This should enable #3712.
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 f855a72 commit c0afe20
2 files changed
Lines changed: 1 addition & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
| |||
497 | 496 | | |
498 | 497 | | |
499 | 498 | | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | 499 | | |
512 | 500 | | |
513 | 501 | | |
| |||
- .github/workflows/ci.yml+10-27
- README.md+5-1
- charon-ml/src/Collections.ml+10
- charon-ml/src/LlbcAstUtils.ml+4-8
- charon-ml/src/MetaUtils.ml+16-10
- charon/Cargo.lock-12
- charon/Cargo.toml-1
- charon/src/ast/expressions_utils.rs+93
- charon/src/ast/types.rs+9-6
- charon/src/ast/types_utils.rs+100
- charon/src/bin/charon-driver/translate/translate_constants.rs+5-19
- charon/src/bin/charon-driver/translate/translate_ctx.rs+1-3
- charon/src/bin/charon-driver/translate/translate_functions_to_ullbc.rs+17-38
- charon/src/bin/charon-driver/translate/translate_predicates.rs+13-36
- charon/src/bin/charon-driver/translate/translate_traits.rs+7-13
- charon/src/bin/charon-driver/translate/translate_types.rs+56-79
- charon/src/transform/index_intermediate_assigns.rs+138
- charon/src/transform/mod.rs+4
- charon/tests/ui/arrays.out+52
- charon/tests/ui/arrays.rs+8
0 commit comments