Don't use unnormalized type in Ty::fn_sig call in rustdoc clean_middle_ty by compiler-errors · Pull Request #102831 · rust-lang/rust (original) (raw)

I didn't find this self explanatory at first - the problem here is that we were using a normalized and unnormalized type inconsistently, not just that it was unnormalized. The fix is to consistently use one or the other, and @compiler-errors chose the normalized version (which is what I'd prefer, thanks, otherwise -Znormalize-docs does nothing).

@bors r+ rollup