You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I declare an enum and use it on a private property the enum also exported from the generated Rust code. This will lead to compilation error if I have the same enum name but on a different module.
Bug Description
If I declare an
enum
and use it on a private property the enum also exported from the generated Rust code. This will lead to compilation error if I have the same enum name but on a different module.I put the reproducible code in https://github.com/ultimaweapon/slint-bug. There are two
Page
enum in theui/menu.slint
andui/wizard.slint
, which cause following errors:Reproducible Code (if applicable)
No response
Environment Details
Product Impact
I can workaround by using a different name but it is not convenience.
The text was updated successfully, but these errors were encountered: