You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This snippet of code fails to compile due to a bounds check failure in trans. In my version, it's at line 998. It's the some(id) alt case in get_tydesc.
Add more Linux-based syscall tables
* Add syscall tables to most remaining arches in `src/unix/notbsd`
* Add aarch64/arm musl to CI
* Update dependencies
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
This snippet of code fails to compile due to a bounds check failure in trans. In my version, it's at line 998. It's the
some(id)
alt case inget_tydesc
.chan_t
is defined as follows, wheretask_id
andport_id
are both typedefed to be ints.send
has the following signature:The text was updated successfully, but these errors were encountered: