slint icon indicating copy to clipboard operation
slint copied to clipboard

Suggest the use of `px` as a fixit hint

Open ogoffart opened this issue 3 years ago • 0 comments

error: Cannot convert float to length. Use an unit, or multiply by 1phx to convert explicitly.
   --> src/main.rs:216:28
    |
216 |             padding_left: 50;

We should detect this case and suggest the use of an unit.

ogoffart avatar Nov 23 '20 10:11 ogoffart