summaryrefslogtreecommitdiff
path: root/tests/fstar/traits
diff options
context:
space:
mode:
authorGuillaume Boisseau2024-06-24 11:07:37 +0200
committerGitHub2024-06-24 11:07:37 +0200
commit25e294f859d7899ee45e44f21d710b33d610942e (patch)
tree4d10a7b43ed26c5bd6fd34fe1944a00dac3912f4 /tests/fstar/traits
parent8719c17f1a363c0463d74b90e558b2aaa24645d6 (diff)
parentba2111ff8f4281e0be345380775cb7a43afa22e8 (diff)
Merge pull request #244 from Nadrieril/bump-charon
Diffstat (limited to 'tests/fstar/traits')
-rw-r--r--tests/fstar/traits/Traits.fst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fstar/traits/Traits.fst b/tests/fstar/traits/Traits.fst
index 6b892d13..4d0d1c55 100644
--- a/tests/fstar/traits/Traits.fst
+++ b/tests/fstar/traits/Traits.fst
@@ -221,7 +221,7 @@ let toTypetraitsBoolWrapperT_to_type
toTypeBoolTInst.to_type self
(** Trait implementation: [traits::{(traits::ToType<T> for traits::BoolWrapper)#7}]
- Source: 'tests/src/traits.rs', lines 153:0-153:33 *)
+ Source: 'tests/src/traits.rs', lines 153:0-155:20 *)
let toTypetraitsBoolWrapperT (t : Type0) (toTypeBoolTInst : toType_t bool t) :
toType_t boolWrapper_t t = {
to_type = toTypetraitsBoolWrapperT_to_type t toTypeBoolTInst;