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