1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +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

@ -77,6 +77,7 @@ struct DebugTrace {
const Expr &expr;
const Env &env;
hintformat hint;
bool is_error;
};
class EvalState