Skip to content

Tracking Issue for RFC2509: concat_bytes!() #87555

Open
@m-ou-se

Description

@m-ou-se

Feature gate: #![feature(concat_bytes)]

This is a tracking issue for rust-lang/rfcs#2509

Public API

#[macro_export]
macro_rules! concat_bytes { .. }

Steps / History

Unresolved Questions

  • Should additional literal types be supported? Byte string literals are basically the same thing as byte slice references, so it might make sense to support those as well (support &[0, 1, 2] in addition to [0, 1, 2]).
  • What to do with string and character literals? They could either be supported with their underlying UTF-8 representation being concatenated, or rejected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions