Change ty.kind to a method
This commit is contained in:
@@ -832,7 +832,7 @@ impl<'mir, 'tcx> ConstPropagator<'mir, 'tcx> {
|
||||
// FIXME: enable the general case stated above ^.
|
||||
let ty = &value.layout.ty;
|
||||
// Only do it for tuples
|
||||
if let ty::Tuple(substs) = ty.kind {
|
||||
if let ty::Tuple(substs) = ty.kind() {
|
||||
// Only do it if tuple is also a pair with two scalars
|
||||
if substs.len() == 2 {
|
||||
let alloc = self.use_ecx(|this| {
|
||||
|
||||
Reference in New Issue
Block a user