Error code E0203
Having duplicate relaxed default bounds is unsupported.
Erroneous code example:
ⓘ
Here the type parameter T cannot have duplicate relaxed bounds for default
trait Sized. This can be fixed by only using one relaxed bound:
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Having duplicate relaxed default bounds is unsupported.
Erroneous code example:
ⓘ
Here the type parameter T cannot have duplicate relaxed bounds for default
trait Sized. This can be fixed by only using one relaxed bound: