We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b8d58 commit 77da7c6Copy full SHA for 77da7c6
src/librustdoc/html/render/mod.rs
@@ -1168,8 +1168,8 @@ fn render_assoc_items_inner(
1168
// don't normally constrain on them anyway.
1169
// https://github.com/rust-lang/rust/issues/21903
1170
//
1171
- // FIXME(lazy_type_alias): Once the feature is complete or stable, rewrite this to use type unification.
1172
- // 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.
1173
let aliased_ty = tcx.type_of(alias_def_id).skip_binder();
1174
let reject_cx = DeepRejectCtxt {
1175
treat_obligation_params: TreatParams::AsCandidateKey,
0 commit comments