This commit improves the error message emitted when an empty view! macro is provided. It also adds UI testing infrastructure to relm_derive, to make it easier to test future improvements to the macro. A new step for relm_derive tests is added to CI.
The existing unit tests in relm_derive do not compile, so they are removed.
Fixes #268.
This commit improves the error message emitted when an empty
view!
macro is provided. It also adds UI testing infrastructure to relm_derive, to make it easier to test future improvements to the macro. A new step forrelm_derive
tests is added to CI.The existing unit tests in relm_derive do not compile, so they are removed.