This commit is contained in:
Keith Turner 2025-11-23 22:57:06 +00:00 committed by GitHub
commit 889580e776
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,7 +300,8 @@ pub fn unlockStderrWriter() void {
}
/// Print to stderr, silently returning on failure. Intended for use in "printf
/// debugging". Use `std.log` functions for proper logging.
/// debugging". Use `std.log` functions for proper logging. See `Writer.print`
/// for format string documentation.
///
/// Uses a 64-byte buffer for formatted printing which is flushed before this
/// function returns.