diff --git a/text/3324-dyn-upcasting.md b/text/3324-dyn-upcasting.md index e9c514f5286..0683db7cbca 100644 --- a/text/3324-dyn-upcasting.md +++ b/text/3324-dyn-upcasting.md @@ -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