Skip to content

Commit

Permalink
Merge branch 'dmd-1.x' of github.com:D-Programming-Language/dmd into …
Browse files Browse the repository at this point in the history
…dmd-1.x
  • Loading branch information
WalterBright committed Apr 14, 2015
2 parents bc99930 + 1f1e3a3 commit c0935b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mtype.c
Expand Up @@ -2979,7 +2979,7 @@ Type *TypeFunction::semantic(Loc loc, Scope *sc)
{
if (tf->linkage != LINKc)
{
error(loc, "cannot have out or ref parameter of type %s", t->toChars());
error(loc, "cannot have out, ref or lazy parameter of type %s", t->toChars());
}
else
{
Expand Down

0 comments on commit c0935b2

Please sign in to comment.