Add AggregateKind::RawPtr
and enough support to compile
This commit is contained in:
parent
70df9d9a13
commit
e6b2b764ec
11 changed files with 84 additions and 3 deletions
|
@ -1315,7 +1315,8 @@ impl<'cx, 'tcx> MirBorrowckCtxt<'cx, 'tcx> {
|
|||
}
|
||||
AggregateKind::Adt(..)
|
||||
| AggregateKind::Array(..)
|
||||
| AggregateKind::Tuple { .. } => (),
|
||||
| AggregateKind::Tuple { .. }
|
||||
| AggregateKind::RawPtr(..) => (),
|
||||
}
|
||||
|
||||
for operand in operands {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue