Skip to content

Commit 51832c3

Browse files
committed
fix style
1 parent 07ce659 commit 51832c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_trans/intrinsic.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,8 +1181,8 @@ fn generic_simd_intrinsic<'a, 'tcx>(
11811181
32 => C_undef(Type::f32(bx.cx)),
11821182
64 => C_undef(Type::f64(bx.cx)),
11831183
v => {
1184-
return_error!(
1185-
"unsupported {} from `{}` with element `{}` of size `{}` to `{}`",
1184+
return_error!(r#"
1185+
unsupported {} from `{}` with element `{}` of size `{}` to `{}`"#,
11861186
$name, in_ty, in_elem, v, ret_ty
11871187
)
11881188
}

0 commit comments

Comments
 (0)