I looked through a few projects, including rust-lang, and could not find a single example of a macro being automatically tested.
Is this something that’s just not done?
Does anyone know of an example of a macro being tested?
If not, how would one go about testing macros? For instance, how would someone test the println macro in libstd?