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 320c8e7 + 0fe855b commit dc76544Copy full SHA for dc76544
src/types.md
@@ -585,10 +585,6 @@ For example, `dyn Trait + Send + UnwindSafe` is the same as
585
> `dyn Send + Sync` is a different type from `dyn Sync + Send`. See
586
> [issue 33140].
587
588
-> Warning: Including the same auto trait multiple times is allowed, and each
589
-> instance is considered a unique type. As such, `dyn Trait + Send` is a
590
-> distinct type to `dyn Trait + Send + Send`. See [issue 47010].
591
-
592
Due to the opaqueness of which concrete type the value is of, trait objects are
593
[dynamically sized types]. Like all
594
<abbr title="dynamically sized types">DSTs</abbr>, trait objects are used
0 commit comments