summaryrefslogtreecommitdiff
path: root/tests/fstar/misc/External.FunsExternal.fsti
diff options
context:
space:
mode:
authorSon HO2024-06-17 23:30:10 +0200
committerGitHub2024-06-17 23:30:10 +0200
commit878be6d051f2f920fdc6c90add8423fa6f489492 (patch)
treec967637249ea1c9001983e09e1f04f17b8e0a1d4 /tests/fstar/misc/External.FunsExternal.fsti
parent820916ca6d5b247417b18bb8b9d981b7ef0a9195 (diff)
parent76ab141814644a94bffc8497e5845436d86b1083 (diff)
Merge branch 'main' into son/cleanup
Diffstat (limited to '')
-rw-r--r--tests/fstar/misc/External.FunsExternal.fsti4
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) :