Skip to content

Commit b41a483

Browse files
committed
Fix rustdoc
1 parent 18373fa commit b41a483

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/ty

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/sty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ pub struct AliasTy<'tcx> {
11641164
pub def_id: DefId,
11651165

11661166
/// This field exists to prevent the creation of `ProjectionTy` without using
1167-
/// [TyCtxt::mk_projection_ty].
1167+
/// [TyCtxt::mk_alias_ty].
11681168
pub(super) _use_mk_alias_ty_instead: (),
11691169
}
11701170

0 commit comments

Comments
 (0)