duplicate 2.0.1

Provides macros for duplication of code with variable substitution.
Documentation
1
2
3
4
5
6
7
mod errors;

#[test]
pub fn test_expansions()
{
	crate::utils::ExpansionTester::run_default_test_setup("tests/module_disambiguation", "testing");
}