Closed
Description
Documentation generated for
/// trait X<S> { fn f<T>(); }
/// impl<U> X<U> for U { fn f<V>() {} }
and any code after is all strikethrough because of the <S>
.
Generated doc: Here
Associated src code: Here
cc: @jyn514
This issue has been assigned to @jyn514 via this comment.