runtime/invalid-referred-global-symbol
This happens when a referred C++ global name is malformed.
Mitigations
Use a simple symbol name for the referred C++ global. Avoid namespace-qualified names in that position.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
This happens when a referred C++ global name is malformed.
Use a simple symbol name for the referred C++ global. Avoid namespace-qualified names in that position.