We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We should give a warning that the Foo bound is redundant:
Foo
trait Foo {} trait Bar: Foo {} fn foo<T: Foo + Bar>() {}