We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20768b2 commit b3686c2Copy full SHA for b3686c2
src/librustdoc/html/render/mod.rs
@@ -1153,8 +1153,8 @@ fn render_assoc_items_inner(
1153
// don't normally constrain on them anyway.
1154
// https://github.com/rust-lang/rust/issues/21903
1155
//
1156
- // If that changes, then this will need to check them with type
1157
- // unification.
+ // FIXME(lazy_type_alias): Once the feature is complete or stable, rewrite this to use type unification.
+ // Be aware of `tests/rustdoc/issue-112515-impl-ty-alias.rs` which might regress.
1158
let aliased_ty = tcx.type_of(alias_def_id).skip_binder();
1159
let reject_cx = DeepRejectCtxt {
1160
treat_obligation_params: TreatParams::AsCandidateKey,
0 commit comments