We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aefcd5c + e00926b commit e4b5b61Copy full SHA for e4b5b61
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