1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00

add DebugTrace for error

This commit is contained in:
Ben Burdette 2022-03-25 18:15:31 -06:00
parent 88a54108eb
commit 1bec3fb337
4 changed files with 58 additions and 40 deletions

View file

@ -983,7 +983,8 @@ LocalNoInline(std::unique_ptr<DebugTraceStacker>
{.pos = pos,
.expr = expr,
.env = env,
.hint = hintfmt(s, s2)
.hint = hintfmt(s, s2),
.is_error = false
}));
}