You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The :t:`type` of ``last_field`` involves ``T`` and if the :t:`type` of
``last_field`` is ``W<T>``, then ``W<T>`` implements
``core::marker::Unsize<W<U>>``,
This rule should be generalized to allow multiple parameters to be changed. See the example committed in rust-lang/rust#117495 (tests/ui/unsized/unsize-coerce-multiple-adt-params.rs).
Also, this X field isn't referenced later in the document.
The text was updated successfully, but these errors were encountered:
specification/src/types-and-traits.rst
Lines 2011 to 2012 in 496ef38
This rule is not required. This code compiles even though
i32: Unsize<u32>
is not true.specification/src/types-and-traits.rst
Lines 2017 to 2020 in 496ef38
This rule should be generalized to allow multiple parameters to be changed. See the example committed in rust-lang/rust#117495 (
tests/ui/unsized/unsize-coerce-multiple-adt-params.rs
).Also, this
X
field isn't referenced later in the document.The text was updated successfully, but these errors were encountered: