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 was originally a typo having to do with using a screen reader, which doesn't read exclamations in positions which it decides aren't the ends of sentences well with my currently configured settings. I first observed it locally with 0.10 i686-pc-windows-gnu.
Expected behavior with that version and triple appears to be an error message about the array constant being too large for the current architecture. Specifically, per IRC:
error: the type `[u8; 18446744073709550615]` is too big for the current architecture
Modifying the code in the very obvious manner to fix it makes it work fine.
The text was updated successfully, but these errors were encountered:
Playground link: https://is.gd/WsYvhb
This was originally a typo having to do with using a screen reader, which doesn't read exclamations in positions which it decides aren't the ends of sentences well with my currently configured settings. I first observed it locally with 0.10 i686-pc-windows-gnu.
Expected behavior with that version and triple appears to be an error message about the array constant being too large for the current architecture. Specifically, per IRC:
Modifying the code in the very obvious manner to fix it makes it work fine.
The text was updated successfully, but these errors were encountered: