remove comment
This commit is contained in:
parent
0ae1e27b17
commit
d1741f6d62
@ -428,7 +428,6 @@ macro_rules! return_error {
|
|||||||
32 => ("f32", elem_ty),
|
32 => ("f32", elem_ty),
|
||||||
64 => ("f64", elem_ty),
|
64 => ("f64", elem_ty),
|
||||||
_ => {
|
_ => {
|
||||||
// Can we pass elem_ty directly?
|
|
||||||
return_error!(InvalidMonomorphizationInvalidFloatVector { span, name, elem_ty: f.name_str(), vec_ty: in_ty });
|
return_error!(InvalidMonomorphizationInvalidFloatVector { span, name, elem_ty: f.name_str(), vec_ty: in_ty });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user