Skip to content

Commit

Permalink
Fix rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Dec 14, 2022
1 parent 18373fa commit b41a483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/ty/sty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ pub struct AliasTy<'tcx> {
pub def_id: DefId,

/// This field exists to prevent the creation of `ProjectionTy` without using
/// [TyCtxt::mk_projection_ty].
/// [TyCtxt::mk_alias_ty].
pub(super) _use_mk_alias_ty_instead: (),
}

Expand Down

0 comments on commit b41a483

Please sign in to comment.