diff options
author | Nadrieril | 2024-06-24 10:37:32 +0200 |
---|---|---|
committer | Nadrieril | 2024-06-24 10:37:32 +0200 |
commit | ba2111ff8f4281e0be345380775cb7a43afa22e8 (patch) | |
tree | 4d10a7b43ed26c5bd6fd34fe1944a00dac3912f4 /tests/fstar/traits | |
parent | 8719c17f1a363c0463d74b90e558b2aaa24645d6 (diff) |
Update charon
Diffstat (limited to 'tests/fstar/traits')
-rw-r--r-- | tests/fstar/traits/Traits.fst | 2 |
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; |