Module rustc_span::symbol::sym
source · Expand description
This module contains all the defined non-keyword Symbol
s.
Given that sym
is imported, use them like sym::symbol_name
.
For example sym::rustfmt
or sym::u8
.
Re-exports
pub use super::kw::MacroRules as macro_rules;
Constants
Functions
- Get the symbol for an integer.