summaryrefslogtreecommitdiff
path: root/tests/coq/misc/External_Funs.v
diff options
context:
space:
mode:
authorGuillaume Boisseau2024-06-28 08:44:12 +0200
committerGitHub2024-06-28 08:44:12 +0200
commit2e9d264566d32a9ee2a12d005851434cd8390975 (patch)
tree587d1396610dc9be70e4d973eb737aef3d378743 /tests/coq/misc/External_Funs.v
parent3f07bf067fe725c2bc60b12139ff9cba13375c6a (diff)
parentc00d337f48cbaf56a5b81f396c2f18ae811aee5a (diff)
Merge pull request #271 from Nadrieril/update-charon2
Diffstat (limited to 'tests/coq/misc/External_Funs.v')
-rw-r--r--tests/coq/misc/External_Funs.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/coq/misc/External_Funs.v b/tests/coq/misc/External_Funs.v
index c68488db..777ed6a4 100644
--- a/tests/coq/misc/External_Funs.v
+++ b/tests/coq/misc/External_Funs.v
@@ -12,8 +12,8 @@ Require Import External_FunsExternal.
Include External_FunsExternal.
Module External_Funs.
-(** Trait implementation: [core::marker::{(core::marker::Copy for u32)#61}]
- Source: '/rustc/library/core/src/marker.rs', lines 47:29-47:62
+(** Trait implementation: [core::marker::{(core::marker::Copy for u32)#41}]
+ Source: '/rustc/library/core/src/marker.rs', lines 47:25-47:62
Name pattern: core::marker::Copy<u32> *)
Definition core_marker_CopyU32 : core_marker_Copy_t u32 := {|
core_marker_Copy_tcore_marker_Copy_t_cloneCloneInst := core_clone_CloneU32;