fix style

This commit is contained in:
gnzlbg 2018-03-14 20:14:47 +01:00
parent 07ce659dd0
commit 51832c36b7

View file

@ -1181,8 +1181,8 @@ fn generic_simd_intrinsic<'a, 'tcx>(
32 => C_undef(Type::f32(bx.cx)),
64 => C_undef(Type::f64(bx.cx)),
v => {
return_error!(
"unsupported {} from `{}` with element `{}` of size `{}` to `{}`",
return_error!(r#"
unsupported {} from `{}` with element `{}` of size `{}` to `{}`"#,
$name, in_ty, in_elem, v, ret_ty
)
}