slint/internal/compiler/tests
Simon Hausmann cf513673fb compiler: Improve diagnostics when using layout properties
Clarify that for example rowspan and colspan are to be used in a cell. Case in point:

```
GridLayout {
    rowspan: 2;
```

shouldn't say that "rowspan" can't be used in a GridLayout when it's used in a grid layout :)
2025-09-24 14:17:11 +02:00
..
syntax compiler: Improve diagnostics when using layout properties 2025-09-24 14:17:11 +02:00
typeloader Change the new error that detects binding loop through the window into a warning 2025-06-02 19:01:47 +02:00
consistent_styles.rs Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
syntax_tests.rs syntax tests: add test for importing from non-existing files in libraries 2025-09-18 11:21:26 +02:00