Formatting asssociated const equality bounds was broken in #125076. This is because rustdoc uses: https://github.com/rust-lang/rust/blob/030a12ce2b1ee42f2d8837b1b500fd9cf12ea191/src/librustdoc/clean/types.rs#L1307 Where the LHS is `Type` even though it definitely cannot be `Type`. It should likely be `Term`.
Formatting asssociated const equality bounds was broken in #125076. This is because rustdoc uses:
rust/src/librustdoc/clean/types.rs
Line 1307 in 030a12c
Where the LHS is
Typeeven though it definitely cannot beType. It should likely beTerm.