Macro clippy_utils::sym
source · macro_rules! sym {
($tt:tt) => { ... };
}Expand description
Convenience wrapper around rustc’s Symbol::intern
macro_rules! sym {
($tt:tt) => { ... };
}Convenience wrapper around rustc’s Symbol::intern