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 c66cd2b commit 66db5dcCopy full SHA for 66db5dc
sway-core/src/abi_generation/fuel_abi.rs
@@ -1208,21 +1208,6 @@ impl TypeId {
1208
None
1209
}
1210
1211
- TypeInfo::Alias { .. } => {
1212
- if let TypeInfo::Alias { ty, .. } = &*type_engine.get(resolved_type_id) {
1213
- ty.initial_type_id().get_abi_type_components(
1214
- handler,
1215
- ctx,
1216
- engines,
1217
- metadata_types,
1218
- concrete_types,
1219
- ty.type_id(),
1220
- metadata_types_to_add,
1221
- )?
1222
- } else {
1223
- None
1224
- }
1225
1226
TypeInfo::UnknownGeneric { .. } => {
1227
// avoid infinite recursion
1228
if *self == resolved_type_id {
0 commit comments