diff options
author | Guillaume Boisseau | 2024-05-23 10:54:23 +0200 |
---|---|---|
committer | GitHub | 2024-05-23 10:54:23 +0200 |
commit | b52ac5d0e35d2f622271ad4ffbeb82b07cfdbdac (patch) | |
tree | a6102fdd09daf9211b4d0caeabdc44e36a43cc97 /tests/fstar/misc/External.Funs.fst | |
parent | b658e5488b8653a88d8110f3605f302c822faaad (diff) | |
parent | 71a1ab3e2fa9581314328b4fdb7aa2ca3caa4e20 (diff) |
Merge pull request #192 from AeneasVerif/bump-charon
Diffstat (limited to '')
-rw-r--r-- | tests/fstar/misc/External.Funs.fst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fstar/misc/External.Funs.fst b/tests/fstar/misc/External.Funs.fst index d8457ce3..3b99ef25 100644 --- a/tests/fstar/misc/External.Funs.fst +++ b/tests/fstar/misc/External.Funs.fst @@ -7,8 +7,8 @@ include External.FunsExternal #set-options "--z3rlimit 50 --fuel 1 --ifuel 1" -(** Trait implementation: [core::marker::{(core::marker::Copy for u32)#40}] - Source: '/rustc/d59363ad0b6391b7fc5bbb02c9ccf9300eef3753/library/core/src/marker.rs', lines 47:29-47:65 +(** Trait implementation: [core::marker::{(core::marker::Copy for u32)#61}] + Source: '/rustc/ad963232d9b987d66a6f8e6ec4141f672b8b9900/library/core/src/marker.rs', lines 47:29-47:65 Name pattern: core::marker::Copy<u32> *) let core_marker_CopyU32 : core_marker_Copy_t u32 = { cloneCloneInst = core_clone_CloneU32; |