static RE_LOG_CALL_OPEN: LazyLock<Regex>Expand description
Locator for tracing log-macro calls (trace!(, debug!(, info!(,
warn!(, error!() in raw source text. Used by the format-check pass
because the AST visitor cannot see log calls nested inside opaque outer
macros like tokio::select!.