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
The last byte of a binary embed (const u8[]) is set to 0.
This comes from the fact that it is stored inside a string literal inside the AST, since this is the most efficient way of
storing it. Adding a new AST Element type seems like overkill.