diff options
author | Guillaume Boisseau | 2024-06-17 12:00:35 +0200 |
---|---|---|
committer | GitHub | 2024-06-17 12:00:35 +0200 |
commit | 0e5f86f4c75450c20bdde9e7122f6656680759ca (patch) | |
tree | abc470cab0fa5c8a9b51c8d9c03287285358f92d /tests/fstar/misc/External.FunsExternal.fsti | |
parent | 98ddb24f199e177a34647fa2cf5f3bd2e96d71cf (diff) | |
parent | 02b33a77cc3cba06e9abc910784a5d4d7b8b28cd (diff) |
Merge pull request #248 from Nadrieril/bump-charon2
Diffstat (limited to '')
-rw-r--r-- | tests/fstar/misc/External.FunsExternal.fsti | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fstar/misc/External.FunsExternal.fsti b/tests/fstar/misc/External.FunsExternal.fsti index 62f063ea..fa9d5d70 100644 --- a/tests/fstar/misc/External.FunsExternal.fsti +++ b/tests/fstar/misc/External.FunsExternal.fsti @@ -7,14 +7,14 @@ include External.Types #set-options "--z3rlimit 50 --fuel 1 --ifuel 1" (** [core::cell::{core::cell::Cell<T>#10}::get]: - Source: '/rustc/65ea825f4021eaf77f1b25139969712d65b435a4/library/core/src/cell.rs', lines 510:4-510:26 + Source: '/rustc/library/core/src/cell.rs', lines 510:4-510:26 Name pattern: core::cell::{core::cell::Cell<@T>}::get *) val core_cell_Cell_get (t : Type0) (markerCopyInst : core_marker_Copy_t t) : core_cell_Cell_t t -> state -> result (state & t) (** [core::cell::{core::cell::Cell<T>#11}::get_mut]: - Source: '/rustc/65ea825f4021eaf77f1b25139969712d65b435a4/library/core/src/cell.rs', lines 588:4-588:39 + Source: '/rustc/library/core/src/cell.rs', lines 588:4-588:39 Name pattern: core::cell::{core::cell::Cell<@T>}::get_mut *) val core_cell_Cell_get_mut (t : Type0) : |