map w/ builtin that has a type parametric doesn't convert
Open
bug
dslx
🧦 sox
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
**Describe the bug**
trying to convert a map that uses a parametric builtin fails with the following error:
```
INTERNAL: Invalid builtin name for map: widening_cast
```
**To Reproduce**
```
fn f() -> u8[4] {
map(zero!(), widening_cast)
}
```
Related #1412
Contributor guide
Assessment
This issue has not been assessed yet.