mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Remove trace item: while calling the 'addErrorContext' builtin
This commit is contained in:
parent
bebacc475c
commit
981c309057
4 changed files with 13 additions and 16 deletions
|
@ -69,6 +69,13 @@ struct PrimOp
|
|||
*/
|
||||
const char * doc = nullptr;
|
||||
|
||||
/**
|
||||
* Add a trace item, `while calling the '<name>' builtin`
|
||||
*
|
||||
* This is used to remove the redundant item for `builtins.addErrorContext`.
|
||||
*/
|
||||
bool addTrace = true;
|
||||
|
||||
/**
|
||||
* Implementation of the primop.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue