Update for changes in rustc.

This commit is contained in:
Scott Olson 2016-12-21 17:23:28 -08:00
parent 9093188a5c
commit 6d1c47b6ef
2 changed files with 1 additions and 2 deletions

@ -469,7 +469,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
}
}
StructWrappedNullablePointer { nndiscr, ref nonnull, ref discrfield } => {
StructWrappedNullablePointer { nndiscr, ref nonnull, ref discrfield, .. } => {
if let mir::AggregateKind::Adt(_, variant, _, _) = *kind {
if nndiscr == variant as u64 {
let offsets = nonnull.offsets.iter().map(|s| s.bytes());

@ -1,6 +1,5 @@
#![feature(
btree_range,
cell_extras,
collections,
collections_bound,
pub_restricted,