Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compiler/src/dmd/declaration.d
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
*/
void ObjectNotFound(Loc loc, Identifier id)
{
global.gag = 0; // never gag the fatal error

Check warning on line 57 in compiler/src/dmd/declaration.d

View check run for this annotation

Codecov / codecov/patch

compiler/src/dmd/declaration.d#L57

Added line #L57 was not covered by tests
error(loc, "`%s` not found. object.d may be incorrectly installed or corrupt.", id.toChars());
version (IN_LLVM)
{
Expand Down
Loading