slint/internal/compiler/generator
Simon Hausmann 0f158e10dd testing api: Avoid bogus warnings about missing debug info
A `Rectangle { clip: true; }` will generate an intermediate `Clip` rectangle, which
certainly has no debug info.

The check whether debug info is present or not should not be done on a per-element
level but it can be done on the level of the compilation unit.
2024-07-03 18:01:24 +02:00
..
cpp.rs testing api: Avoid bogus warnings about missing debug info 2024-07-03 18:01:24 +02:00
rust.rs testing api: Avoid bogus warnings about missing debug info 2024-07-03 18:01:24 +02:00