Skip to content

Commit

Permalink
Fix typo in 3324-dyn-upcasting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lexi authored and compiler-errors committed Aug 27, 2024
1 parent 46781d0 commit 0a648e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/3324-dyn-upcasting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Enable upcasts from `dyn Trait1` to `dyn Trait2` if `Trait1` is a subtrait of `T

This RFC does not enable `dyn (Trait1 + Trait2)` for arbitrary traits. If `Trait1` has multiple supertraits, you can upcast to any one of them, but not to all of them.

This RFC has already been implemented in the nightly compiled with the feature gate `trait_upcasting`.
This RFC has already been implemented in the nightly compiler with the feature gate `trait_upcasting`.

# Motivation
[motivation]: #motivation
Expand Down

0 comments on commit 0a648e4

Please sign in to comment.