14 lines
451 B
Plaintext
14 lines
451 B
Plaintext
error: unknown special value, expected `unset!`
|
|
--> cases/widget_new/invalid_special.rs:6:28
|
|
|
|
|
6 | background_color = invalid!;
|
|
| ^^^^^^^
|
|
|
|
warning: unused import: `widget::background_color`
|
|
--> cases/widget_new/invalid_special.rs:1:27
|
|
|
|
|
1 | use zng::{button::Button, widget::background_color, APP};
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `#[warn(unused_imports)]` on by default
|