Accidental paste
This commit is contained in:
parent
f8602ac12c
commit
4fbf1199ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue