zng/tests/macro-tests/cases/widget_new/unknown_property2.stderr

12 lines
456 B
Plaintext

error[E0599]: no method named `unknown_` found for mutable reference `&mut Wgt` in the current scope
--> cases/widget_new/unknown_property2.rs:6:9
|
6 | unknown = {
| ^^^^^^^ method not found in `&mut Wgt`
error[E0599]: no method named `unknown__` found for mutable reference `&mut Wgt` in the current scope
--> cases/widget_new/unknown_property2.rs:6:9
|
6 | unknown = {
| ^^^^^^^ method not found in `&mut Wgt`