Add a compile test for the element derive

This commit is contained in:
Mikayla 2023-08-11 17:56:56 -07:00
parent ffffbbea1f
commit 7970406694
No known key found for this signature in database
5 changed files with 27 additions and 2 deletions

View file

@ -14,3 +14,5 @@ syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"
[dev-dependencies]
gpui = { path = "../gpui" }