Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,10 +585,6 @@ For example, `dyn Trait + Send + UnwindSafe` is the same as
> `dyn Send + Sync` is a different type from `dyn Sync + Send`. See
> [issue 33140].

> Warning: Including the same auto trait multiple times is allowed, and each
> instance is considered a unique type. As such, `dyn Trait + Send` is a
> distinct type to `dyn Trait + Send + Send`. See [issue 47010].

Due to the opaqueness of which concrete type the value is of, trait objects are
[dynamically sized types]. Like all
<abbr title="dynamically sized types">DSTs</abbr>, trait objects are used
Expand Down