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
Can this be brought back as "concat_bytes!" ? Byte literals are great, but the concat part has been lost. My use case is to append a null byte to byte literals at compile-time. bytes! would have been great for that. We have concat! and concat_idents!, so concat_bytes! would seem to make sense.
The
bytes!()
macro is deprecated (see issue #15017) in favor ofb"foo"
byte literals. It should be removed at some point, preferably before 1.0.CC @alexcrichton
The text was updated successfully, but these errors were encountered: