pub fn emit(path: &str, name: &str, line: usize) -> String
Emit a handle string from parts without constructing a SymbolHandle. The hot path for renderers that already hold (path, name, line).
SymbolHandle
(path, name, line)