Anybody got an idea for how I can best add these errors to a macro? The macro looks like this: ```rust create_device!( device_name: MyTestDevice, manifest: "path/to/manifest/file.json" ); ``` I could try emitting a `compile_error!` for each error, but I'm not sure if that's a good experience