Skip to content

Conversation

@zjp-CN
Copy link
Member

@zjp-CN zjp-CN commented Apr 16, 2025

This PR

[
  {
    "hash": "80162896300613540515264293433698156925",
    "def_id": "DefId { id: 52, name: \"verify::single_contract\" }",
    "attrs": [
      "#[kanitool::proof]"
    ],
    "func": {
      "file": "tests/proofs/standard_proofs_with_contracts.rs",
      "src": "fn single_contract() {\n        let val = contract(1);\n        assert!(val > 0);\n    }",
      "before_expansion": null
    },
    "callees": [
      {
        "def_id": "DefId { id: 271, name: \"kani::assert\" }",
        "func": {
          "file": "kani/library/kani_core/src/lib.rs",
          "src": "pub const fn assert(cond: bool, msg: &'static str) {\n            let _ = cond;\n            let _ = msg;\n        }",
          "before_expansion": "kani_core::kani_intrinsics!(std)"
        }
      },
...

@zjp-CN zjp-CN merged commit 4a928ea into main Apr 16, 2025
1 check passed
@zjp-CN zjp-CN deleted the cache branch April 16, 2025 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cache body or some StableMir results

2 participants