slint/internal/compiler/generator
Olivier Goffart cd8ab8ce53
Fix array index access at negative index
Conversion from negative float to unsigned is saturating to 0 in rust
and undefined behavior in C++, we should therefore handle the case
properly

Fixes #8222
2025-04-22 11:28:09 +02:00
..
cpp.rs Fix array index access at negative index 2025-04-22 11:28:09 +02:00
rust.rs Fix array index access at negative index 2025-04-22 11:28:09 +02:00