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:
parent
88a54108eb
commit
1bec3fb337
4 changed files with 58 additions and 40 deletions
|
@ -77,6 +77,7 @@ struct DebugTrace {
|
|||
const Expr &expr;
|
||||
const Env &env;
|
||||
hintformat hint;
|
||||
bool is_error;
|
||||
};
|
||||
|
||||
class EvalState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue