Function invocation_relative_path_to_absolute

Source
fn invocation_relative_path_to_absolute(span: Span, path: &str) -> PathBuf
Expand description

Helper function for returning an absolute path for macro-invocation relative file paths.

If the input is already absolute, then the input is returned. If the input is not absolute, then it is appended to the directory containing the source file with this macro invocation.