mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
4b1e39b7b3
Don't try to clean predicates involving ReErased There's nothing to render when we have a bound involving ReErased (either a type or region outliving it), so we don't attempt to generate a clean WherePredicate Fixes #57806 I haven't been able to come up with a minimized reproduction for the issue, but I've confirmed that this allows the docs to build for `parqet-rs`
For more information about how librustdoc works, see the rustc guide.