Skip to content

Commit

Permalink
Rollup merge of rust-lang#64961 - rust-lang:spastorino-patch-1, r=oli…
Browse files Browse the repository at this point in the history
…-obk

Make comment about dummy type a bit more clear
  • Loading branch information
Centril committed Oct 2, 2019
2 parents 1c8ef98 + 738baa7 commit 475f5d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustc/ty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,8 @@ impl<'tcx> rustc_serialize::UseSpecializedDecodable for Ty<'tcx> {}
pub type CanonicalTy<'tcx> = Canonical<'tcx, Ty<'tcx>>;

extern {
/// 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
/// pointers.
type OpaqueListContents;
}

Expand Down

0 comments on commit 475f5d4

Please sign in to comment.