Skip to content

Commit

Permalink
Update unknown ICE error message to point to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator authored Jan 15, 2025
1 parent caf0e12 commit 6f3fa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dmd/expression.d
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ extern (C++) final class ErrorExp : Expression
* and we need to set the error count to prevent bogus code
* generation. At least give a message.
*/
.error(Loc.initial, "unknown, please file report on issues.dlang.org");
.error(Loc.initial, "unknown, please file report on https://github.com/dlang/dmd/issues/new");
}

return errorexp;
Expand Down

0 comments on commit 6f3fa43

Please sign in to comment.