slint icon indicating copy to clipboard operation
slint copied to clipboard

Suggest the use of a colon for binding instead of `:=`

Open ogoffart opened this issue 3 years ago • 1 comments

error: Syntax error: expected Identifier
   --> src/main.rs:215:29
    |
215 |             padding_left := 50;
    |                             ^^

This is a parse error so this is going to be hard. But at least we should have a more descriptive error message

ogoffart avatar Nov 23 '20 10:11 ogoffart