Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Add new tests for derive Debug
There are two new things added: 1. OpenEnum which mimics the failing build scenario 2. Struct which embeds that enum inside it and also derive Debug on top of it. By doing so we verify first of all the code compiles with multiple derive attributes and secondly the embedded debug derives works as expected. Signed-off-by: Jinank Jain <[email protected]>
- Loading branch information