mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-18 18:47:02 +00:00
Fix #3630 (first part)
This commit is contained in:
@@ -1805,7 +1805,7 @@ gb_internal Entity *check_ident(CheckerContext *c, Operand *o, Ast *n, Type *nam
|
||||
|
||||
case Entity_ImportName:
|
||||
if (!allow_import_name) {
|
||||
error(n, "Use of import '%.*s' not in selector", LIT(name));
|
||||
error(n, "Use of import name '%.*s' not in the form of 'x.y'", LIT(name));
|
||||
}
|
||||
return e;
|
||||
case Entity_LibraryName:
|
||||
|
||||
Reference in New Issue
Block a user