Module hir_expand::name

source ·
Expand description

See Name.

Re-exports§

  • pub use crate::name;
  • pub use crate::name;

Modules§

Macros§

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§