mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 14:37:13 +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.