Skip to content

preserve name of type parameter when printing #2951

Description

@nikomatsakis

Right now type parameters are printed as 'a or 'b where a and b are derived from the index of the type parameter in the list of type parameters. The user gave them names, we should print them! Part of the problem is that they may not be readily available; in the ty_param variant we have the index and the def-id. I guess the latter ought to be enough to recover the name the user gave.

The relevant code is in rustc::util::ppaux

Activity

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-prettyArea: Pretty printing (including `-Z unpretty`)E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions