Accidental paste

This commit is contained in:
Oliver Schneider 2018-01-26 16:29:37 +01:00 committed by Oliver Schneider
parent f8602ac12c
commit 4fbf1199ef
No known key found for this signature in database
GPG key ID: A69F8D225B3AD7D9

View file

@ -952,7 +952,7 @@ impl<'a, 'tcx> LayoutCx<'tcx, TyCtxt<'a, 'tcx, 'tcx>> {
enum StructKind {
/// A tuple, closure, or univariant which cannot be coerced to unsized.
AlwaysSized,
/// A univariant, the last field of which fn compute_uncachedmay be coerced to unsized.
/// A univariant, the last field of which may be coerced to unsized.
MaybeUnsized,
/// A univariant, but with a prefix of an arbitrary size & alignment (e.g. enum tag).
Prefixed(Size, Align),