We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c8ef98 + 738baa7 commit 475f5d4Copy full SHA for 475f5d4
src/librustc/ty/mod.rs
@@ -600,7 +600,8 @@ impl<'tcx> rustc_serialize::UseSpecializedDecodable for Ty<'tcx> {}
600
pub type CanonicalTy<'tcx> = Canonical<'tcx, Ty<'tcx>>;
601
602
extern {
603
- /// A dummy type used to force `List` to by unsized without requiring fat pointers.
+ /// A dummy type used to force `List` to be unsized while not requiring references to it be wide
604
+ /// pointers.
605
type OpaqueListContents;
606
}
607
0 commit comments