Make tidy
This commit is contained in:
parent
c8c3579bff
commit
052e59cc12
2 changed files with 2 additions and 2 deletions
|
|
@ -578,7 +578,7 @@ impl<'a, 'gcx, 'tcx> Struct {
|
|||
attr::ReprInt(_) => false,
|
||||
attr::ReprExtern => true,
|
||||
attr::ReprPacked => true,
|
||||
attr::ReprSimd => bug!("Simd vectors should be represented as a layout::Vector")
|
||||
attr::ReprSimd => bug!("Simd vectors should be represented as layout::Vector")
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue