Skip to content

Commit 475f5d4

Browse files
authored
Rollup merge of rust-lang#64961 - rust-lang:spastorino-patch-1, r=oli-obk
Make comment about dummy type a bit more clear
2 parents 1c8ef98 + 738baa7 commit 475f5d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustc/ty/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,8 @@ impl<'tcx> rustc_serialize::UseSpecializedDecodable for Ty<'tcx> {}
600600
pub type CanonicalTy<'tcx> = Canonical<'tcx, Ty<'tcx>>;
601601

602602
extern {
603-
/// A dummy type used to force `List` to by unsized without requiring fat pointers.
603+
/// A dummy type used to force `List` to be unsized while not requiring references to it be wide
604+
/// pointers.
604605
type OpaqueListContents;
605606
}
606607

0 commit comments

Comments
 (0)