mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-05 06:23:06 +00:00
Ignore other `PredicateKind`s in rustdoc auto trait finder Fixes #92073 There's not really anything we can do with them, and they're causing ICEs. I'm not using a wildcard match, as we should check that any new `PredicateKind`s are handled properly by rustdoc.