---
source: crates/guiduck-component-core/tests/snapshots_test.rs
expression: "compile_or_render_errors(source, \"broken.gdc\")"
---
error: a component declares at most one `(slot)`
--> broken.gdc:5:6
|
5 | (slot :grow 1
| ^^^^
error: `(slot)` takes no properties or children; it only marks where an instance's children project in
--> broken.gdc:5:5
|
5 | (slot :grow 1
| ^^^^^^^^^^^^^