nits. also, rustc now emits released for drop. (72)

This commit is contained in:
Ralf Jung 2017-07-13 23:02:51 -07:00 committed by Oliver Schneider
parent d0f043528d
commit e5c6637d87
No known key found for this signature in database
GPG key ID: A69F8D225B3AD7D9

View file

@ -106,7 +106,7 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
}
}
}
Lvalue::Local { ..} | Lvalue::Global(..) => {
Lvalue::Local { .. } | Lvalue::Global(..) => {
// These are not backed by memory, so we have nothing to do.
}
}