pub fn push_eval_file(file: PathBuf) -> EvalFileGuardExpand description
Push a file onto the eval stack. Returns an RAII guard that pops
it on drop. Use when entering an import <file> so subsequent
relative path literals resolve against the right directory.