We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0e866 commit 5989ba2Copy full SHA for 5989ba2
sway-core/src/abi_generation/fuel_abi.rs
@@ -943,21 +943,6 @@ impl TypeId {
943
None
944
}
945
946
- TypeInfo::Alias { .. } => {
947
- if let TypeInfo::Alias { ty, .. } = &*type_engine.get(resolved_type_id) {
948
- ty.initial_type_id().get_abi_type_components(
949
- handler,
950
- ctx,
951
- engines,
952
- metadata_types,
953
- concrete_types,
954
- ty.type_id(),
955
- metadata_types_to_add,
956
- )?
957
- } else {
958
- None
959
- }
960
961
TypeInfo::UnknownGeneric { .. } => {
962
// avoid infinite recursion
963
if *self == resolved_type_id {
0 commit comments