]> git.lizzy.rs Git - rust.git/commitdiff
Tidy
authorgnzlbg <gonzalobg88@gmail.com>
Wed, 25 Sep 2019 08:34:44 +0000 (10:34 +0200)
committergnzlbg <gonzalobg88@gmail.com>
Wed, 25 Sep 2019 08:34:44 +0000 (10:34 +0200)
src/librustc_mir/interpret/intrinsics.rs

index 630f5010b859863a10c079a72f75767f0792d214..fc1ec61c9629ef84cc128bd044dc6255189e3436 100644 (file)
@@ -248,7 +248,8 @@ pub fn emulate_intrinsic(
                 } else {
                     throw_ub_format!(
                         "Inserting `{}` with size `{}` to a vector element place of size `{}`",
-                        scalar.layout.ty, scalar.layout.size.bytes(), vector[index].layout.size.bytes()
+                        scalar.layout.ty,
+                        scalar.layout.size.bytes(), vector[index].layout.size.bytes()
                     );
                 }
                 self.write_vector(vector, dest)?;