zng/tests/macro-tests/cases/property/args_count_none.stderr

8 lines
314 B
Plaintext

error: property functions must have at least 2 inputs: child: impl UiNode, arg0, ..
--> cases/property/args_count_none.rs:3:1
|
3 | #[property(CONTEXT)]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the attribute macro `property` (in Nightly builds, run with -Z macro-backtrace for more info)