File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
third_party/move/tools/move-resource-viewer/src Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -456,11 +456,6 @@ impl<V: CompiledModuleView> MoveValueAnnotator<V> {
456
456
TypeTag :: U256 => FatType :: U256 ,
457
457
TypeTag :: U128 => FatType :: U128 ,
458
458
TypeTag :: Vector ( ty) => FatType :: Vector ( Box :: new ( self . resolve_type_impl ( ty, limit) ?) ) ,
459
- <<<<<<< HEAD
460
- TypeTag :: Function ( ..) => {
461
- // TODO(#15664) implement functions for fat types"
462
- todo ! ( "functions for fat types" )
463
- =======
464
459
TypeTag :: Function ( function_tag) => {
465
460
let mut convert_tags = |tags : & [ FunctionParamOrReturnTag ] | {
466
461
tags. iter ( )
@@ -483,7 +478,6 @@ impl<V: CompiledModuleView> MoveValueAnnotator<V> {
483
478
results : convert_tags ( & function_tag. results ) ?,
484
479
abilities : function_tag. abilities ,
485
480
} ) )
486
- >>>>>>> dee41276c9 ( [ api] Addressing function value todos ( #17047 ) )
487
481
} ,
488
482
} )
489
483
}
You can’t perform that action at this time.
0 commit comments