slint/api/rs
Olivier Goffart 75058cb230
Compiler: Remove Struct::rust_attributes and make it an error if @rust-attr(...) doesn't lex (#10118)
The `rust_attributes` in langtype::Struct is a bit wierd as it is only
used for rust code generation, yet is stored in every Struct.
Instead, read the `node` while doing code generation like we do in C++.

The previous code was ignoring the error lexing the code in the
attribute, and now we add a compile_error!
2025-11-20 22:41:51 +01:00
..
build More optimization when the scale factor is constant 2025-11-04 14:05:50 +01:00
macros Rust: Bump MSRV to 1.88 (#9640) 2025-10-06 16:02:25 +02:00
slint Compiler: Remove Struct::rust_attributes and make it an error if @rust-attr(...) doesn't lex (#10118) 2025-11-20 22:41:51 +01:00