Function macrotest::expand_without_refresh

source ·
pub fn expand_without_refresh(path: impl AsRef<Path>)
Expand description

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.