Open
Description
https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/type.AliasTy.html#method.new
currently prints the method signature as
pub fn new(
interner: I,
def_id: <I as Interner>::DefId,
args: impl IntoIterator>,
) -> AliasTy<I>
where
<impl IntoIterator as IntoIterator>::Item: Into<<I as Interner>::GenericArg>,
I cannot reproduce this outside of the nightly compiler docs.