Expand description
This crate provides macros for testing procedural macros.
Only attribute macros are supported at the moment.
Macrosยง
- assert_
expands - Asserts that the first code block with attribute macro expands to the second code block.
- assert_
yields - Asserts that the first code block with attribute macro yields the second code block.