| ... | @@ -221,7 +221,6 @@ pub const SourceLocation = struct { | ... | @@ -221,7 +221,6 @@ pub const SourceLocation = struct { |
| 221 | }; | 221 | }; |
| 222 | | 222 | |
| 223 | pub const TypeId = std.meta.Tag(Type); | 223 | pub const TypeId = std.meta.Tag(Type); |
| 224 | pub const TypeInfo = @compileError("deprecated; use Type"); | | |
| 225 | | 224 | |
| 226 | /// This data structure is used by the Zig language code generation and | 225 | /// This data structure is used by the Zig language code generation and |
| 227 | /// therefore must be kept in sync with the compiler implementation. | 226 | /// therefore must be kept in sync with the compiler implementation. |
| ... | @@ -388,8 +387,6 @@ pub const Type = union(enum) { | ... | @@ -388,8 +387,6 @@ pub const Type = union(enum) { |
| 388 | decls: []const Declaration, | 387 | decls: []const Declaration, |
| 389 | }; | 388 | }; |
| 390 | | 389 | |
| 391 | pub const FnArg = @compileError("deprecated; use Fn.Param"); | | |
| 392 | | | |
| 393 | /// This data structure is used by the Zig language code generation and | 390 | /// This data structure is used by the Zig language code generation and |
| 394 | /// therefore must be kept in sync with the compiler implementation. | 391 | /// therefore must be kept in sync with the compiler implementation. |
| 395 | pub const Fn = struct { | 392 | pub const Fn = struct { |