Skip to main content

push_eval_file

Function push_eval_file 

Source
pub fn push_eval_file(file: PathBuf) -> EvalFileGuard
Expand 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.