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

6 lines
227 B
Plaintext

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