[][src]Function macrotest::expand_without_refresh

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

Attempts to expand macros in files that match glob pattern. More strict version of expand function.

Refresh behavior

If no matching .expanded.rs files present, it considered a failed test.

Panics

Will panic if no matching .expanded.rs file is present. Otherwise it will exhibit the same behavior as in expand.