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
I'd expect that WithoutColor.| doesn't show any color() as it doesn't fullfill the method trait bounds, but it does, and after completion cargo check fails (i.e. shows an error).
I haven't seen these kind of issues with super-trait-bounds on traits, something like Style: HasProperty<Color> (i.e. works as expected).
(This is a trimmed down example of an actual case in Xilem, in case you're interested, you can try the examples, there's a Style trait that does something similar).