Format an internal bug report message that includes its source location.
Declared in <util/check.h>
std::string
StrFormatInternalBug(
std::string_view msg,
std::source_location const& loc);
The formatted internal bug message.
| Name | Description |
|---|---|
| msg | The message describing the internal bug. |
| loc | The source location where the bug was detected. |