mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Show position info for failing <...> lookups
This commit is contained in:
parent
6fec43ccb3
commit
153a943de7
3 changed files with 8 additions and 4 deletions
|
@ -169,7 +169,7 @@ public:
|
|||
|
||||
/* Look up a file in the search path. */
|
||||
Path findFile(const string & path);
|
||||
Path findFile(SearchPath & searchPath, const string & path);
|
||||
Path findFile(SearchPath & searchPath, const string & path, const Pos & pos = noPos);
|
||||
|
||||
/* Evaluate an expression to normal form, storing the result in
|
||||
value `v'. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue