We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb8a26b + a477391 commit 93f452dCopy full SHA for 93f452d
src/types/trait-object.md
@@ -24,7 +24,7 @@ Trait objects are written as the keyword `dyn` followed by a set of trait
24
bounds, but with the following restrictions on the trait bounds.
25
26
r[type.trait-object.constraint]
27
-All traits except the first trait must be auto traits, there may not be more than one
+There may not be more than one non-auto trait, no more than one
28
lifetime, and opt-out bounds (e.g. `?Sized`) are not allowed. Furthermore,
29
paths to traits may be parenthesized.
30
0 commit comments