[][src]Function macrotest::expand

pub fn expand(path: impl AsRef<Path>)

Attempts to expand macros in files that match glob pattern.

Refresh behavior

If no matching .expanded.rs files present, they will be created and result of expansion will be written into them.

Panics

Will panic if matching .expanded.rs file is present, but has different expanded code in it.