From ba2111ff8f4281e0be345380775cb7a43afa22e8 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 24 Jun 2024 10:37:32 +0200 Subject: Update charon --- tests/coq/misc/External_Funs.v | 2 +- tests/coq/misc/External_Types.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/coq/misc') diff --git a/tests/coq/misc/External_Funs.v b/tests/coq/misc/External_Funs.v index 699db6a7..c68488db 100644 --- a/tests/coq/misc/External_Funs.v +++ b/tests/coq/misc/External_Funs.v @@ -13,7 +13,7 @@ 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:65 + Source: '/rustc/library/core/src/marker.rs', lines 47:29-47:62 Name pattern: core::marker::Copy *) Definition core_marker_CopyU32 : core_marker_Copy_t u32 := {| core_marker_Copy_tcore_marker_Copy_t_cloneCloneInst := core_clone_CloneU32; diff --git a/tests/coq/misc/External_Types.v b/tests/coq/misc/External_Types.v index 00256a42..d332bfff 100644 --- a/tests/coq/misc/External_Types.v +++ b/tests/coq/misc/External_Types.v @@ -11,7 +11,7 @@ Include External_TypesExternal. Module External_Types. (** Trait declaration: [core::marker::Copy] - Source: '/rustc/library/core/src/marker.rs', lines 465:0-465:21 + Source: '/rustc/library/core/src/marker.rs', lines 472:0-472:21 Name pattern: core::marker::Copy *) Record core_marker_Copy_t (Self : Type) := mkcore_marker_Copy_t { core_marker_Copy_tcore_marker_Copy_t_cloneCloneInst : core_clone_Clone Self; -- cgit v1.2.3