mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
debugError()
This commit is contained in:
parent
99d69ac23f
commit
fc66f48812
2 changed files with 21 additions and 24 deletions
|
@ -85,6 +85,8 @@ struct DebugTrace {
|
|||
bool isError;
|
||||
};
|
||||
|
||||
void debugError(Error * e, Env & env, Expr & expr);
|
||||
|
||||
class EvalState
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue