mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-25 16:51:48 +00:00
Remove AstTypeType
This commit is contained in:
@@ -2150,8 +2150,7 @@ void check_collect_value_decl(CheckerContext *c, Ast *decl) {
|
||||
|
||||
d->attributes = vd->attributes;
|
||||
|
||||
if (is_ast_type(init) ||
|
||||
(vd->type != nullptr && vd->type->kind == Ast_TypeType)) {
|
||||
if (is_ast_type(init)) {
|
||||
e = alloc_entity_type_name(d->scope, token, nullptr);
|
||||
if (vd->type != nullptr) {
|
||||
error(name, "A type declaration cannot have an type parameter");
|
||||
|
||||
Reference in New Issue
Block a user