Invocations of the `print!(..)` and `println!(..)` macros may panic if stdout isn't writeable. This is undocumented as of yet. Proposed solution: Add a `# Panics` section in both doc comments.