Skip to content

Commit caf39b5

Browse files
committed
Revert "Add note about lazy_type_alias"
This reverts commit b3686c2.
1 parent f1ec25b commit caf39b5

File tree

1 file changed

+2
-2
lines changed
  • src/librustdoc/html/render

1 file changed

+2
-2
lines changed

src/librustdoc/html/render/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1167,8 +1167,8 @@ fn render_assoc_items_inner(
11671167
// don't normally constrain on them anyway.
11681168
// https://github.com/rust-lang/rust/issues/21903
11691169
//
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.
1170+
// If that changes, then this will need to check them with type
1171+
// unification.
11721172
let aliased_ty = tcx.type_of(alias_def_id).skip_binder();
11731173
let reject_cx = DeepRejectCtxt {
11741174
treat_obligation_params: TreatParams::AsCandidateKey,

0 commit comments

Comments
 (0)