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 8265985 commit f43554dCopy full SHA for f43554d
sway-core/src/abi_generation/fuel_abi.rs
@@ -1170,21 +1170,6 @@ impl TypeId {
1170
None
1171
}
1172
1173
- TypeInfo::Alias { .. } => {
1174
- if let TypeInfo::Alias { ty, .. } = &*type_engine.get(resolved_type_id) {
1175
- ty.initial_type_id().get_abi_type_components(
1176
- handler,
1177
- ctx,
1178
- engines,
1179
- metadata_types,
1180
- concrete_types,
1181
- ty.type_id(),
1182
- metadata_types_to_add,
1183
- )?
1184
- } else {
1185
- None
1186
- }
1187
1188
TypeInfo::UnknownGeneric { .. } => {
1189
// avoid infinite recursion
1190
if *self == resolved_type_id {
0 commit comments