pub fn push_warning(message: impl Into<String>)Expand description
Appends a framework warning to the thread-local collector.
The warning is stored verbatim — callers should format a complete, self-contained message (no trailing newline). The CLI layer adds the tab indent and banner when flushing.