Add support for i16/u16 to NumAdd

This commit is contained in:
Christoph Rüßler 2022-08-07 19:41:35 +02:00
parent ef85c57348
commit 6d66b0deb6
No known key found for this signature in database
GPG key ID: 81E62DC325A143CB
2 changed files with 30 additions and 0 deletions

View file

@ -704,6 +704,8 @@ impl<
| IntWidth::U64
| IntWidth::I32
| IntWidth::U32
| IntWidth::I16
| IntWidth::U16
| IntWidth::I8
| IntWidth::U8,
)) => {