Module hir_expand::name

source ·
Expand description

See Name.

Structs§

  • Name is a wrapper around string, which is used in hir for both references and declarations. In theory, names should also carry hygiene info, but we are not there yet!
  • Wrapper of Name to print the name without “r#” even when it is a raw identifier.

Traits§