Skip to content

Move the emitting of inline code delimiters for Symbol inside the IntoDiagnosticArg impl #103422

Open
@crlf0710

Description

@crlf0710
Member

This can help creating a generic version of DiagnosticSymbolList from #103397.

Activity

added
A-diagnosticsArea: Messages for errors, warnings, and lints
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
on Oct 23, 2022
changed the title [-]Move the emitting of `` ` `` delimiters for `Symbol` inside the `IntoDiagnosticArg` impl[/-] [+]Move the emitting of "`" delimiters for `Symbol` inside the `IntoDiagnosticArg` impl[/+] on Oct 23, 2022
changed the title [-]Move the emitting of "`" delimiters for `Symbol` inside the `IntoDiagnosticArg` impl[/-] [+]Move the emitting of "\`" delimiters for `Symbol` inside the `IntoDiagnosticArg` impl[/+] on Oct 23, 2022
changed the title [-]Move the emitting of "\`" delimiters for `Symbol` inside the `IntoDiagnosticArg` impl[/-] [+]Move the emitting of inline code delimiters for `Symbol` inside the `IntoDiagnosticArg` impl[/+] on Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-diagnosticsArea: Messages for errors, warnings, and lintsT-compilerRelevant to the compiler 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

        Participants

        @crlf0710

        Issue actions

          Move the emitting of inline code delimiters for `Symbol` inside the `IntoDiagnosticArg` impl · Issue #103422 · rust-lang/rust