debug_lookup

Function debug_lookup 

Source
pub fn debug_lookup(module: String, name: String) -> String
Expand description

Looks up a macro by module and name (debug API).

Useful for testing macro registration and debugging lookup issues.

§Arguments

  • module - The module name (e.g., “builtin”)
  • name - The macro name (e.g., “Debug”)

§Returns

A string describing whether the macro was found or not.