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