diff --git a/compiler/types/src/subs.rs b/compiler/types/src/subs.rs index 1fc28cf4f8..36f0ac811d 100644 --- a/compiler/types/src/subs.rs +++ b/compiler/types/src/subs.rs @@ -1287,7 +1287,7 @@ fn integer_type( Content::Alias( Symbol::NUM_INTEGER, vars, - at_integer_signed64, + at_signed64, AliasKind::Structural, ) }); @@ -1532,7 +1532,7 @@ fn float_type( Content::Alias( Symbol::NUM_FLOATINGPOINT, vars, - at_float_binary64, + at_binary64, AliasKind::Structural, ) });